-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with PhpCpd progress helper #19
Comments
It looks like bug in new version of phpcpd. For now you can downgrade it, phpqa does not restrict versions.
|
Thanks a lot, after a small struggle with phpcpd dependencies everything is fine... |
I've just had the same problem. The bug occurs when
|
Im using the following docker image (docker-phpqa) and ran into this same issue, I can confirm that part of @zdenekdrahos 's solution removes this issue. I only changed the symfony/console version.
Here is a verbose output using the latest phpqa build with only phpcpd
composer global require "symfony/console:~2.8" did the trick!
|
@eko3alpha: thanks for the docker image. |
Thanks! I certainly will. I love how this project makes it so easy to use all the tools together. I'm still wrapping my head around each individual tool and how to create custom rule sets. Once I have everything together I'll certainly contribute! Great work! |
Install phpcpd dev-master If you need
|
Hi Guys,
first of all thanks for your tool, it's really great !
I encounter an issue with phpcpd running via phpqa. I've trying with parallel and non parallel execution, here the console output.
With phpcpd 2.0.1 with same arguments no problem.
Can you help me please ?
Thanks
Cyril
The text was updated successfully, but these errors were encountered: