We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1f4ed commit 6da05fcCopy full SHA for 6da05fc
src/Symfony/Extensions/PropertyNameConverter.php
@@ -24,7 +24,7 @@ final class PropertyNameConverter implements NameConverterInterface
24
*
25
* @psalm-var array<string, string>
26
*/
27
- private $localStorage;
+ private $localStorage = [];
28
29
/**
30
* {@inheritdoc}
0 commit comments