From cc549630e58ec9daefbe1bd2ee4fc1a92bf75b26 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 30 May 2020 22:29:30 +0100 Subject: [PATCH] HandlerListManager: fixed @param doc comment not referring to correct ReflectionClass phpstan doesn't notice this because of the phpstan-param doc directly underneath. --- src/event/HandlerListManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event/HandlerListManager.php b/src/event/HandlerListManager.php index a9814657b..0f7867d2f 100644 --- a/src/event/HandlerListManager.php +++ b/src/event/HandlerListManager.php @@ -57,7 +57,7 @@ class HandlerListManager{ } /** - * @param ReflectionClass $class + * @param \ReflectionClass $class * @phpstan-param \ReflectionClass $class */ private static function isValidClass(\ReflectionClass $class) : bool{