[FrameworkBundle][PropertyAccess] Add missing argument placeholders

This commit is contained in:
Laurent VOULLEMIER 2020-03-18 13:31:22 +01:00
parent 4dd6e2f0b2
commit dadd1ba967

View File

@ -12,6 +12,8 @@
<argument /> <!-- throwExceptionOnInvalidIndex, set by the extension -->
<argument type="service" id="cache.property_access" on-invalid="ignore" />
<argument /> <!-- throwExceptionOnInvalidPropertyPath, set by the extension -->
<argument /> <!-- propertyReadInfoExtractor -->
<argument /> <!-- propertyWriteInfoExtractor -->
</service>
<service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor" />
</services>