Skip to content

Commit 8d66a41

Browse files
committed
Fix symfony 5.3 deprecation
Since Symfony 5.3 is deprecated to construct PropertyAccessor with a bool value as second argument. Ref: https://github.com/symfony/property-access/blob/8988399a556cffb0fba9bb3603f8d1ba4543eceb/CHANGELOG.md#530
1 parent 2c96f15 commit 8d66a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parameters>
88
<parameter key="fos_elastica.property_accessor.magicCall">0</parameter>
9-
<parameter key="fos_elastica.property_accessor.throwExceptionOnInvalidIndex">false</parameter>
9+
<parameter key="fos_elastica.property_accessor.throwExceptionOnInvalidIndex">0</parameter>
1010
</parameters>
1111

1212
<services>

0 commit comments

Comments
 (0)