mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
AttributeMap: add phpstan generic parameters for ArrayAccess
This commit is contained in:
@@ -25,6 +25,9 @@ namespace pocketmine\entity;
|
||||
|
||||
use function array_filter;
|
||||
|
||||
/**
|
||||
* @phpstan-implements \ArrayAccess<int, float>
|
||||
*/
|
||||
class AttributeMap implements \ArrayAccess{
|
||||
/** @var Attribute[] */
|
||||
private $attributes = [];
|
||||
|
Reference in New Issue
Block a user