added SplFixedArray generics for phpstan 0.12.9

This commit is contained in:
Dylan K. Taylor
2020-02-05 11:57:37 +00:00
parent 32d6ea0fba
commit 3f7e7352fb
10 changed files with 49 additions and 9 deletions

View File

@ -391,6 +391,7 @@ class BlockFactory{
/**
* @internal
* @phpstan-return \SplFixedArray<Block>
*/
public static function getBlockStatesArray() : \SplFixedArray{
return self::$fullList;