We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d383b commit f7f1f6eCopy full SHA for f7f1f6e
Resources/config/property_access.php
@@ -22,8 +22,8 @@
22
abstract_arg('throwExceptionOnInvalidIndex, set by the extension'),
23
service('cache.property_access')->ignoreOnInvalid(),
24
abstract_arg('throwExceptionOnInvalidPropertyPath, set by the extension'),
25
- abstract_arg('propertyReadInfoExtractor'),
26
- abstract_arg('propertyWriteInfoExtractor'),
+ abstract_arg('propertyReadInfoExtractor, set by the extension'),
+ abstract_arg('propertyWriteInfoExtractor, set by the extension'),
27
])
28
29
->alias(PropertyAccessorInterface::class, 'property_accessor')
0 commit comments