#6003 no default parameter needed
This commit is contained in:
parent
6f79a378d5
commit
5e51a985b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue