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