From d78fec9098ce02ac7cab9f94fd4c65564c24d4ec Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Wed, 27 Mar 2013 16:52:18 -0300 Subject: [PATCH] Fix param docs for PropertyAccessor read method --- .../Component/PropertyAccess/PropertyAccessorInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php b/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php index 058806c6ae..e531c17fcf 100644 --- a/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php +++ b/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php @@ -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 *