8000 Fix param docs for PropertyAccessor read method · symfony/symfony@d78fec9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d78fec9

Browse files
committed
Fix param docs for PropertyAccessor read method
1 parent aaf4f12 commit d78fec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public function setValue(&$objectOrArray, $propertyPath, $value);
7272
*
7373
* If none of them are found, an exception is thrown.
7474
*
75-
* @param object|array $objectOrArray The object or array to traverse
76-
* @param string|PropertyPathInterface $propertyPath The property path to modify.
75+
* @param object|array $objectOrArray The object or array to traverse.
76+
* @param string|PropertyPathInterface $propertyPath The property path to read.
7777
*
7878
* @return mixed The value at the end of the property path
7979
*

0 commit comments

Comments
 (0)
0