mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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[]
|
||||
* @phpstan-return array<string, mixed>
|
||||
*/
|
||||
private function parseProperties(string $content) : array{
|
||||
$result = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user