Skip to content

Commit

Permalink
Add a missing quote in getValue() DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
juuuuuu committed Jun 5, 2019
1 parent e4c56f2 commit fd17ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function setValue(&$objectOrArray, $propertyPath, $value);
*
* $propertyAccessor = PropertyAccess::createPropertyAccessor();
*
* echo $propertyAccessor->getValue($object, 'child.name);
* echo $propertyAccessor->getValue($object, 'child.name');
* // equals echo $object->getChild()->getName();
*
* This method first tries to find a public getter for each property in the
Expand Down

0 comments on commit fd17ff0

Please sign in to comment.