@@ -171,7 +171,7 @@ |
||
171 | 171 | } |
172 | 172 | |
173 | 173 | /** |
174 | - * @param array $excludedVisibility |
|
174 | + * @param string[] $excludedVisibility |
|
175 | 175 | * |
176 | 176 | * @return array |
177 | 177 | */ |
@@ -89,6 +89,7 @@ |
||
89 | 89 | /** |
90 | 90 | * @throws InvalidArgumentException |
91 | 91 | * |
92 | + * @param callable $input |
|
92 | 93 | * @return ReflectionFunction|ReflectionMethod |
93 | 94 | */ |
94 | 95 | private static function getCallableReflectionMethod($input) |