put return after comment
This commit is contained in:
parent
df19e68a86
commit
c6a89c64f3
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user