Skip to content

Commit 6da05fc

Browse files
author
lalshe
committed
Initialize property
1 parent 9d1f4ed commit 6da05fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Extensions/PropertyNameConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class PropertyNameConverter implements NameConverterInterface
2424
*
2525
* @psalm-var array<string, string>
2626
*/
27-
private $localStorage;
27+
private $localStorage = [];
2828

2929
/**
3030
* {@inheritdoc}

0 commit comments

Comments
 (0)