mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Modernize property type declarations
This commit is contained in:
@ -89,7 +89,7 @@ class Config{
|
||||
private bool $changed = false;
|
||||
|
||||
/** @var int[] */
|
||||
public static $formats = [
|
||||
public static array $formats = [
|
||||
"properties" => Config::PROPERTIES,
|
||||
"cnf" => Config::CNF,
|
||||
"conf" => Config::CNF,
|
||||
|
Reference in New Issue
Block a user