diff --git a/src/Reflection/ReflectionFile.php b/src/Reflection/ReflectionFile.php index 281a898..6d98599 100644 --- a/src/Reflection/ReflectionFile.php +++ b/src/Reflection/ReflectionFile.php @@ -454,7 +454,6 @@ private function isCorrectDeclaration(int|string $tokenID): bool * This is pretty old code, potentially to be improved using AST. * * @param array $tokens - * @param int $invocationLevel */ private function locateInvocations(array $tokens, int $invocationLevel = 0): void {