trying remove whitespaces
This commit is contained in:
parent
c6a89c64f3
commit
8e50a31b98
@ -121,7 +121,6 @@ class ResultSetMapping
|
|||||||
* @param string $resultAlias The result alias with which the entity result should be
|
* @param string $resultAlias The result alias with which the entity result should be
|
||||||
* placed in the result structure.
|
* placed in the result structure.
|
||||||
* @return ResultSetMapping This ResultSetMapping instance.
|
* @return ResultSetMapping This ResultSetMapping instance.
|
||||||
*
|
|
||||||
* @todo Rename: addRootEntity
|
* @todo Rename: addRootEntity
|
||||||
*/
|
*/
|
||||||
public function addEntityResult($class, $alias, $resultAlias = null)
|
public function addEntityResult($class, $alias, $resultAlias = null)
|
||||||
@ -145,7 +144,6 @@ class ResultSetMapping
|
|||||||
* column should be used for.
|
* column should be used for.
|
||||||
* @param string $discrColumn The name of the discriminator column in the SQL result set.
|
* @param string $discrColumn The name of the discriminator column in the SQL result set.
|
||||||
* @return ResultSetMapping This ResultSetMapping instance.
|
* @return ResultSetMapping This ResultSetMapping instance.
|
||||||
*
|
|
||||||
* @todo Rename: addDiscriminatorColumn
|
* @todo Rename: addDiscriminatorColumn
|
||||||
*/
|
*/
|
||||||
public function setDiscriminatorColumn($alias, $discrColumn)
|
public function setDiscriminatorColumn($alias, $discrColumn)
|
||||||
|
Loading…
Reference in New Issue
Block a user