#6003 removed useless count()
call
This commit is contained in:
parent
5e51a985b7
commit
de4c854ac9
1 changed files with 1 additions and 3 deletions
|
@ -302,9 +302,7 @@ class EntityRepository implements ObjectRepository, Selectable
|
|||
*/
|
||||
private function resolveMagicCall($method, $by, array $arguments)
|
||||
{
|
||||
$argsCount = count($arguments);
|
||||
|
||||
if (0 === $argsCount) {
|
||||
if (! $arguments) {
|
||||
throw ORMException::findByRequiresParameter($method . $by);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue