mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +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 array $arguments
|
||||
* @param string $name
|
||||
* @param mixed[] $arguments
|
||||
* @phpstan-param list<mixed> $arguments
|
||||
*
|
||||
* @return object
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user