mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 06:25:32 +00:00
RegistryTrait: provide an explicit phpstan type for __callStatic arguments
This commit is contained in:
parent
3688f78986
commit
200209b76c
@ -81,8 +81,9 @@ trait RegistryTrait{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $name
|
* @param string $name
|
||||||
* @param array $arguments
|
* @param mixed[] $arguments
|
||||||
|
* @phpstan-param list<mixed> $arguments
|
||||||
*
|
*
|
||||||
* @return object
|
* @return object
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user