-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fail with no error message #120
Comments
Hi. |
Thanks bruli, it can be php cs fixer last version? |
I'm not sure, I think no. |
If I change PhpCsFixerToolProcessor private function setError(Process $process) to private function setError(Process $process) I get a more verbose message with error file, not error message or line. I think this is because php-cs-fixer changed his output. |
Hi,
Since last days sometimes when PHP-CS-FIXER fails wee only see Fail message like in photo attached.
No specific message
Someone with the same problem? version 5.8
configuration
php-cs-fixer:
enabled: true
levels:
psr0: false
psr1: true
psr2: true
symfony: true
options: null
The text was updated successfully, but these errors were encountered: