Skip to content

Commit 4778996

Browse files
committed
Revert "Declare the missing ReflectionMethod::$name property"
This reverts commit b0e83aa. The property is inherited from ReflectionFunctionAbstract.
1 parent b0e83aa commit 4778996

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ext/reflection/php_reflection.stub.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ class ReflectionMethod extends ReflectionFunctionAbstract
180180
/** @cvalue ZEND_ACC_FINAL */
181181
public const int IS_FINAL = UNKNOWN;
182182

183-
public string $name;
184183
public string $class;
185184

186185
public function __construct(object|string $objectOrMethod, ?string $method = null) {}

ext/reflection/php_reflection_arginfo.h

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)