HandlerListManager: fixed @param doc comment not referring to correct ReflectionClass

phpstan doesn't notice this because of the phpstan-param doc directly underneath.
This commit is contained in:
Dylan K. Taylor 2020-05-30 22:29:30 +01:00
parent 4ce5f2a6c6
commit cc549630e5

View File

@ -57,7 +57,7 @@ class HandlerListManager{
}
/**
* @param ReflectionClass $class
* @param \ReflectionClass $class
* @phpstan-param \ReflectionClass<Event> $class
*/
private static function isValidClass(\ReflectionClass $class) : bool{