diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-05 13:46:46 +0100 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-08 19:53:55 +0100 |
| commit | 98fb565c7448cd455b8d24df5f6be8fcf9330fd7 (patch) | |
| tree | 939ec045221d2590e28d9111d7721414fec35478 /ext/gettext/gettext.stub.php | |
| parent | 882b418a014890b9b6763825ce9766f21da38a6f (diff) | |
| download | php-git-98fb565c7448cd455b8d24df5f6be8fcf9330fd7.tar.gz | |
Generate class entries from stubs for another batch of extensions
Closes GH-6669
Diffstat (limited to 'ext/gettext/gettext.stub.php')
| -rw-r--r-- | ext/gettext/gettext.stub.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/gettext/gettext.stub.php b/ext/gettext/gettext.stub.php index 84654ab741..7a9716361e 100644 --- a/ext/gettext/gettext.stub.php +++ b/ext/gettext/gettext.stub.php @@ -1,6 +1,9 @@ <?php -/** @generate-function-entries */ +/** + * @generate-function-entries + * @generate-class-entries + */ function textdomain(?string $domain): string {} |
