bug #36127 [FrameworkBundle][PropertyAccess] Add missing argument placeholders (l-vo)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[FrameworkBundle][PropertyAccess] Add missing argument placeholders

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Seems to be forgotten in #36120

Commits
-------

dadd1ba967 [FrameworkBundle][PropertyAccess] Add missing argument placeholders
This commit is contained in:
Christian Flothmann 2020-03-18 18:40:55 +01:00
commit cda20aa391

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>