mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added Inventory interfaces and types, updated long array() to []
This commit is contained in:
@ -30,7 +30,7 @@ class PermissionAttachment{
|
||||
/**
|
||||
* @var bool[]
|
||||
*/
|
||||
private $permissions = array();
|
||||
private $permissions = [];
|
||||
|
||||
/** @var Permissible */
|
||||
private $permissible;
|
||||
|
Reference in New Issue
Block a user