Config: do not expect string keys on parseProperties(), because of key casting (PHP sucks)

This commit is contained in:
Dylan K. Taylor 2020-04-15 12:20:23 +01:00
parent 27b2710c56
commit bc985198a0

View File

@ -573,7 +573,6 @@ class Config{
/**
* @return mixed[]
* @phpstan-return array<string, mixed>
*/
private function parseProperties(string $content) : array{
$result = [];