scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

The call to ReflectionMethod::invoke() has too many arguments #219

Open chirayuchiripal opened 10 years ago

chirayuchiripal commented 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)

aik099 commented 10 years ago

I guess the invoke method stub is incorrect.