1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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; 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 /* TODO: check if this exception can be put back, for now it's gone because of assumptions made by some ORM internals
if ( ! $found) { if ( ! $found) {
$message = sprintf( $message = sprintf(
@ -189,6 +187,8 @@ class ResultSetMapping
throw new \LogicException($message); throw new \LogicException($message);
} }
*/ */
return $this;
} }
/** /**