put return after comment
This commit is contained in:
parent
df19e68a86
commit
c6a89c64f3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue