Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cda20aa

Browse filesBrowse 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
Copy full SHA for cda20aa

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.xml
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.