Skip to content

Commit

Permalink
Minor docblock correction (discovered during testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 2, 2015
1 parent 21b7057 commit 3bc3aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Query/ResultSetMapping.php
Expand Up @@ -347,7 +347,7 @@ public function addFieldResult($alias, $columnName, $fieldName, $declaringClass
* @param string $class The class name of the joined entity.
* @param string $alias The unique alias to use for the joined entity.
* @param string $parentAlias The alias of the entity result that is the parent of this joined result.
* @param object $relation The association field that connects the parent entity result
* @param string $relation The association field that connects the parent entity result
* with the joined entity result.
*
* @return ResultSetMapping This ResultSetMapping instance.
Expand Down

0 comments on commit 3bc3aee

Please sign in to comment.