Skip to content

Commit 8c14675

Browse files
committed
Remove a few more unnecessary @generate-function-entries annotations
1 parent c672372 commit 8c14675

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

Zend/zend_exceptions.stub.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22

3-
/**
4-
* @generate-function-entries
5-
* @generate-class-entries
6-
*/
3+
/** @generate-class-entries */
74

85
interface Throwable extends Stringable
96
{

Zend/zend_exceptions_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 053248482a00efc35be505186f8430708bd280e9 */
2+
* Stub hash: f322ba2ed3e636b6e99400edfbff98102b7e3d06 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, IS_STRING, 0)
55
ZEND_END_ARG_INFO()

Zend/zend_generators.stub.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22

3-
/**
4-
* @generate-function-entries
5-
* @generate-class-entries
6-
*/
3+
/** @generate-class-entries */
74

85
/** @strict-properties */
96
final class Generator implements Iterator

Zend/zend_generators_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 9d6c2801abbb78d402efb2b2ccdd5242438bd6a1 */
2+
* Stub hash: 06d4e8126db48fe8633ecd40b93904a0f9c59263 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Generator_rewind, 0, 0, IS_VOID, 0)
55
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)