@@ -8,8 +8,6 @@ |
||
8 | 8 | * with this source code in the file LICENSE. |
9 | 9 | */ |
10 | 10 | |
11 | -use Go\ParserReflection\ReflectionClass; |
|
12 | - |
|
13 | 11 | /** |
14 | 12 | * This file is for ployfilling classes not defined in all supported |
15 | 13 | * versions of PHP, (i.e. PHP < 7). |
@@ -73,7 +73,7 @@ |
||
73 | 73 | /** |
74 | 74 | * Initializes a reflection for the property |
75 | 75 | * |
76 | - * @param string|array $className Name of the function/method |
|
76 | + * @param string $className Name of the function/method |
|
77 | 77 | * @param string $classConstantName Name of the parameter to reflect |
78 | 78 | * @param ClassConst $classConstNode ClassConstant definition node |
79 | 79 | * @param Const_|null $constNode Concrete const definition node |