1
0
mirror of synced 2025-02-09 08:49:26 +03:00

#6003 no default parameter needed

This commit is contained in:
Marco Pivetta 2016-09-08 00:47:39 +02:00
parent 6f79a378d5
commit 5e51a985b7

View File

@ -300,7 +300,7 @@ class EntityRepository implements ObjectRepository, Selectable
* *
* @return mixed * @return mixed
*/ */
private function resolveMagicCall($method, $by, array $arguments = []) private function resolveMagicCall($method, $by, array $arguments)
{ {
$argsCount = count($arguments); $argsCount = count($arguments);