mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
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:
parent
4ce5f2a6c6
commit
cc549630e5
@ -57,7 +57,7 @@ class HandlerListManager{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param ReflectionClass $class
|
* @param \ReflectionClass $class
|
||||||
* @phpstan-param \ReflectionClass<Event> $class
|
* @phpstan-param \ReflectionClass<Event> $class
|
||||||
*/
|
*/
|
||||||
private static function isValidClass(\ReflectionClass $class) : bool{
|
private static function isValidClass(\ReflectionClass $class) : bool{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user