Fix param docs for PropertyAccessor read method

This commit is contained in:
Jeremy Mikola 2013-03-27 16:52:18 -03:00
parent aaf4f12ad9
commit d78fec9098
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ interface PropertyAccessorInterface
*
* If none of them are found, an exception is thrown.
*
* @param object|array $objectOrArray The object or array to traverse
* @param string|PropertyPathInterface $propertyPath The property path to modify.
* @param object|array $objectOrArray The object or array to traverse.
* @param string|PropertyPathInterface $propertyPath The property path to read.
*
* @return mixed The value at the end of the property path
*