#6003 no default parameter needed
This commit is contained in:
parent
6f79a378d5
commit
5e51a985b7
@ -300,7 +300,7 @@ class EntityRepository implements ObjectRepository, Selectable
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
private function resolveMagicCall($method, $by, array $arguments = [])
|
||||
private function resolveMagicCall($method, $by, array $arguments)
|
||||
{
|
||||
$argsCount = count($arguments);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user