1
0
mirror of synced 2025-02-02 21:41:45 +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
*/
private function resolveMagicCall($method, $by, array $arguments = [])
private function resolveMagicCall($method, $by, array $arguments)
{
$argsCount = count($arguments);