mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Replaced array() with []
This commit is contained in:
@@ -163,7 +163,7 @@ class Binary{
|
||||
|
||||
}
|
||||
if($types === true){
|
||||
$m[$bottom] = array("value" => $r, "type" => $type);
|
||||
$m[$bottom] = ["value" => $r, "type" => $type];
|
||||
}else{
|
||||
$m[$bottom] = $r;
|
||||
}
|
||||
|
Reference in New Issue
Block a user