Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cda20aa

Browse files
committed
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 ------- dadd1ba [FrameworkBundle][PropertyAccess] Add missing argument placeholders
2 parents 4dd6e2f + dadd1ba commit cda20aa

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)