1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

remove duplicate return statement

This commit is contained in:
Fabio B. Silva 2012-10-27 18:43:34 -02:00
parent a09a5b9b7b
commit c4e6a04676

View file

@ -263,8 +263,6 @@ abstract class AbstractQuery
if ($value === null) {
throw ORMInvalidArgumentException::invalidIdentifierBindingEntity();
}
return $value;
}
return $value;