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

View File

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