Skip to content

Commit dd422f6

Browse files
Remove wrong param
1 parent 9a9f82d commit dd422f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reflection/ReflectionMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ReflectionMethod extends ReflectionFunctionAbstract
6868
* </code>
6969
*
7070
* @link https://php.net/manual/en/reflectionmethod.construct.php
71-
* @param class-string|object $objectOrMethod Classname, object
71+
* @param string|object $objectOrMethod Classname, object
7272
* (instance of the class) that contains the method or class name and
7373
* method name delimited by ::.
7474
* @param string|null $method Name of the method if the first argument is a

0 commit comments

Comments
 (0)