1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Remove default clause at EntityRepository::resolveMagicCall()

This commit is contained in:
Javier Spagnoletti 2016-09-07 19:24:38 -03:00 committed by Marco Pivetta
parent 591bae0855
commit 61f6b667c0

View File

@ -323,9 +323,6 @@ class EntityRepository implements ObjectRepository, Selectable
case 4:
return $this->$method(array($fieldName => $arguments[0]), $arguments[1], $arguments[2], $arguments[3]);
default:
// Do nothing
}
}