remove duplicate return statement
This commit is contained in:
parent
a09a5b9b7b
commit
c4e6a04676
1 changed files with 0 additions and 2 deletions
|
@ -263,8 +263,6 @@ abstract class AbstractQuery
|
||||||
if ($value === null) {
|
if ($value === null) {
|
||||||
throw ORMInvalidArgumentException::invalidIdentifierBindingEntity();
|
throw ORMInvalidArgumentException::invalidIdentifierBindingEntity();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $value;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $value;
|
return $value;
|
||||||
|
|
Loading…
Add table
Reference in a new issue