mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 06:55:29 +00:00
RegistryTrait: provide an explicit phpstan type for __callStatic arguments
This commit is contained in:
parent
3688f78986
commit
200209b76c
@ -82,7 +82,8 @@ 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