mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
More typehints, documentation fixes and static analysis cleanup
This commit is contained in:
@@ -43,7 +43,7 @@ class AttributeMap implements \ArrayAccess{
|
||||
/**
|
||||
* @return Attribute[]
|
||||
*/
|
||||
public function getAll(): array{
|
||||
public function getAll() : array{
|
||||
return $this->attributes;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user