-
Notifications
You must be signed in to change notification settings - Fork 51
Update compatibility patch #193
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
Conversation
There have been bugfixes in slevomat/coding-standard that affect it.
@carusogabriel do I need to update that lib? I have this fix, doesn't look very legit, is that the bug you were talking about?
|
@kukulich Is this a BC/regression on |
@greg0ire I think you should update our |
@carusogabriel I’m sorry I really don’t understand the change in the diff :) |
@kukulich I might be misunderstanding but I think the input is coding-standard/tests/input/ControlStructures.php Lines 22 to 24 in 903511e
, and it's getting changed to coding-standard/tests/fixed/ControlStructures.php Lines 22 to 24 in 903511e
the error is the following: |
@carusogabriel not sure what you want me to do, the only possible move seems to be to downgrade slevomat… the current output does not make sense to me, I don't think it's a legit fix. |
@greg0ire Update our expectations and port to master, this was a fix on their side. I'll release a new version of this library tomorrow, I can take care of this if you want. |
Sure please, take care of it :) My PRs can definitely wait for tomorrow. |
@carusogabriel Yes, It may be good to enable |
There have been bugfixes in slevomat/coding-standard that affect it.