Skip to content

Commit

Permalink
[FrameworkBundle][PropertyAccess] Add missing argument placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
l-vo committed Mar 18, 2020
1 parent 4dd6e2f commit dadd1ba
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit dadd1ba

Please sign in to comment.