Skip to content

Commit f7f1f6e

Browse files
authored
add comment for consistency
1 parent c3d383b commit f7f1f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/property_access.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
abstract_arg('throwExceptionOnInvalidIndex, set by the extension'),
2323
service('cache.property_access')->ignoreOnInvalid(),
2424
abstract_arg('throwExceptionOnInvalidPropertyPath, set by the extension'),
25-
abstract_arg('propertyReadInfoExtractor'),
26-
abstract_arg('propertyWriteInfoExtractor'),
25+
abstract_arg('propertyReadInfoExtractor, set by the extension'),
26+
abstract_arg('propertyWriteInfoExtractor, set by the extension'),
2727
])
2828

2929
->alias(PropertyAccessorInterface::class, 'property_accessor')

0 commit comments

Comments
 (0)