1
0
mirror of synced 2025-01-18 06:21:40 +03:00

put return after comment

This commit is contained in:
Fabio B. Silva 2011-12-07 12:16:27 -02:00
parent df19e68a86
commit c6a89c64f3

View File

@ -176,8 +176,6 @@ class ResultSetMapping
break;
}
return $this;
/* 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(
@ -189,6 +187,8 @@ class ResultSetMapping
throw new \LogicException($message);
}
*/
return $this;
}
/**