Skip to content

Commit

Permalink
bug #36127 [FrameworkBundle][PropertyAccess] Add missing argument pla…
Browse files Browse the repository at this point in the history
…ceholders (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
-------

dadd1ba [FrameworkBundle][PropertyAccess] Add missing argument placeholders
  • Loading branch information
xabbuh committed Mar 18, 2020
2 parents 4dd6e2f + dadd1ba commit cda20aa
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 cda20aa

Please sign in to comment.