mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +00:00
Config: do not expect string keys on parseProperties(), because of key casting (PHP sucks)
This commit is contained in:
parent
27b2710c56
commit
bc985198a0
@ -573,7 +573,6 @@ class Config{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return mixed[]
|
* @return mixed[]
|
||||||
* @phpstan-return array<string, mixed>
|
|
||||||
*/
|
*/
|
||||||
private function parseProperties(string $content) : array{
|
private function parseProperties(string $content) : array{
|
||||||
$result = [];
|
$result = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user