Open chirayuchiripal opened 10 years ago
In this case, I am invoking a method having 2 parameter the last parameter ($col_alias) being default parameter but it reports that "The call to ReflectionMethod::invoke() has too many arguments starting with $col_alias."
see Issue (Id: call_checks.too_many_arguments)
I guess the invoke method stub is incorrect.
invoke
In this case, I am invoking a method having 2 parameter the last parameter ($col_alias) being default parameter but it reports that "The call to ReflectionMethod::invoke() has too many arguments starting with $col_alias."
see Issue (Id: call_checks.too_many_arguments)