diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-09 13:34:25 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-09 13:37:54 +0100 |
commit | 8c1467521739372b0ffd852311ba979a66a855b0 (patch) | |
tree | d5e6571a00fdd82ff26a0f8ad91fb74f69fc3fac | |
parent | c6723728dff93c6d4276d32cac7bf2b8465be93a (diff) | |
download | php-git-8c1467521739372b0ffd852311ba979a66a855b0.tar.gz |
Remove a few more unnecessary @generate-function-entries annotations
-rw-r--r-- | Zend/zend_exceptions.stub.php | 5 | ||||
-rw-r--r-- | Zend/zend_exceptions_arginfo.h | 2 | ||||
-rw-r--r-- | Zend/zend_generators.stub.php | 5 | ||||
-rw-r--r-- | Zend/zend_generators_arginfo.h | 2 |
4 files changed, 4 insertions, 10 deletions
diff --git a/Zend/zend_exceptions.stub.php b/Zend/zend_exceptions.stub.php index 89dff788c0..5f6a3a53e4 100644 --- a/Zend/zend_exceptions.stub.php +++ b/Zend/zend_exceptions.stub.php @@ -1,9 +1,6 @@ <?php -/** - * @generate-function-entries - * @generate-class-entries - */ +/** @generate-class-entries */ interface Throwable extends Stringable { diff --git a/Zend/zend_exceptions_arginfo.h b/Zend/zend_exceptions_arginfo.h index 04e3ec753b..0c74118a7b 100644 --- a/Zend/zend_exceptions_arginfo.h +++ b/Zend/zend_exceptions_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 053248482a00efc35be505186f8430708bd280e9 */ + * Stub hash: f322ba2ed3e636b6e99400edfbff98102b7e3d06 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, IS_STRING, 0) ZEND_END_ARG_INFO() diff --git a/Zend/zend_generators.stub.php b/Zend/zend_generators.stub.php index 879fdb3642..538596213a 100644 --- a/Zend/zend_generators.stub.php +++ b/Zend/zend_generators.stub.php @@ -1,9 +1,6 @@ <?php -/** - * @generate-function-entries - * @generate-class-entries - */ +/** @generate-class-entries */ /** @strict-properties */ final class Generator implements Iterator diff --git a/Zend/zend_generators_arginfo.h b/Zend/zend_generators_arginfo.h index c4384a770e..5398ce9507 100644 --- a/Zend/zend_generators_arginfo.h +++ b/Zend/zend_generators_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 9d6c2801abbb78d402efb2b2ccdd5242438bd6a1 */ + * Stub hash: 06d4e8126db48fe8633ecd40b93904a0f9c59263 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Generator_rewind, 0, 0, IS_VOID, 0) ZEND_END_ARG_INFO() |