open-lms-open-source / moodle-plugin-ci

Assist with running a Moodle plugin in Travis CI
https://blackboard-open-source.github.io/moodle-plugin-ci/
GNU General Public License v3.0
42 stars 37 forks source link

PHPMD not accepting the splat operator, ex: some_function(...$a); #71

Closed roperto closed 6 years ago

roperto commented 6 years ago

Read more: http://php.net/manual/en/functions.arguments.php#functions.variable-arg-list.new

polothy commented 6 years ago

Just out of curiosity, are you using version 2 of this tool? I think this would be a bug in pdepend and this project is currently using pdepend 2.5.0 (https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)

I can update it to 2.5.2, might help, not sure.

polothy commented 6 years ago

Think v2 is now using 2.5.2, so hopefully this is fixed now, cheers