1
0
mirror of synced 2024-12-04 18:56:06 +03:00

Minor docblock correction (discovered during testing)

This commit is contained in:
Marco Pivetta 2015-04-02 23:43:41 +01:00
parent 21b70577d3
commit 3bc3aeeb52

View File

@ -347,7 +347,7 @@ class ResultSetMapping
* @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.