Skip to content

Commit

Permalink
trying remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBatSilva committed Dec 7, 2011
1 parent c6a89c6 commit 8e50a31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Doctrine/ORM/Query/ResultSetMapping.php
Expand Up @@ -121,7 +121,6 @@ class ResultSetMapping
* @param string $resultAlias The result alias with which the entity result should be
* placed in the result structure.
* @return ResultSetMapping This ResultSetMapping instance.
*
* @todo Rename: addRootEntity
*/
public function addEntityResult($class, $alias, $resultAlias = null)
Expand All @@ -145,7 +144,6 @@ public function addEntityResult($class, $alias, $resultAlias = null)
* column should be used for.
* @param string $discrColumn The name of the discriminator column in the SQL result set.
* @return ResultSetMapping This ResultSetMapping instance.
*
* @todo Rename: addDiscriminatorColumn
*/
public function setDiscriminatorColumn($alias, $discrColumn)
Expand Down Expand Up @@ -175,7 +173,7 @@ public function addIndexBy($alias, $fieldName)

break;
}

/* TODO: check if this exception can be put back, for now it's gone because of assumptions made by some ORM internals
if ( ! $found) {
$message = sprintf(
Expand Down

0 comments on commit 8e50a31

Please sign in to comment.