Minor docblock correction (discovered during testing)
This commit is contained in:
parent
a1602bd91f
commit
cb3179865b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue