8000 [FrameworkBundle][PropertyAccess] Add missing argument placeholders · Simperfit/symfony@dadd1ba · GitHub
[go: up one dir, main page]

Skip to content

Commit dadd1ba

Browse files
committed
[FrameworkBundle][PropertyAccess] Add missing argument placeholders
1 parent 4dd6e2f commit dadd1ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<argument /> <!-- throwExceptionOnInvalidIndex, set by the extension -->
1313
<argument type="service" id="cache.property_access" on-invalid="ignore" />
1414
<argument /> <!-- throwExceptionOnInvalidPropertyPath, set by the extension -->
15+
<argument /> <!-- propertyReadInfoExtractor -->
16+
<argument /> <!-- propertyWriteInfoExtractor -->
1517
</service>
1618
<service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor" />
1719
</services>

0 commit comments

Comments
 (0)
0