We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9f82d commit dd422f6Copy full SHA for dd422f6
Reflection/ReflectionMethod.php
@@ -68,7 +68,7 @@ class ReflectionMethod extends ReflectionFunctionAbstract
68
* </code>
69
*
70
* @link https://php.net/manual/en/reflectionmethod.construct.php
71
- * @param class-string|object $objectOrMethod Classname, object
+ * @param string|object $objectOrMethod Classname, object
72
* (instance of the class) that contains the method or class name and
73
* method name delimited by ::.
74
* @param string|null $method Name of the method if the first argument is a
0 commit comments