Merge pull request #1541 from aleeeftw/master
Minor docblock correction
This commit is contained in:
commit
d39a73cce6
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class ResultSetMappingBuilder extends 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.
|
||||
* @param array $renamedColumns Columns that have been renamed (tableColumnName => queryColumnName).
|
||||
* @param int|null $renameMode One of the COLUMN_RENAMING_* constants or array for BC reasons (CUSTOM).
|
||||
|
|
Loading…
Add table
Reference in a new issue