mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
added missing @var property types (reported by phpstan)
This commit is contained in:
@ -71,6 +71,7 @@ class Config{
|
||||
/** @var array */
|
||||
private $config = [];
|
||||
|
||||
/** @var mixed[] */
|
||||
private $nestedCache = [];
|
||||
|
||||
/** @var string */
|
||||
@ -85,6 +86,7 @@ class Config{
|
||||
/** @var bool */
|
||||
private $changed = false;
|
||||
|
||||
/** @var int[] */
|
||||
public static $formats = [
|
||||
"properties" => Config::PROPERTIES,
|
||||
"cnf" => Config::CNF,
|
||||
|
Reference in New Issue
Block a user