Skip to content
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

[CS] Changes to support new php-cs-fixer rule set #1046

Merged

Conversation

robfrawley
Copy link
Collaborator

@robfrawley robfrawley commented Jan 30, 2018

Q A
Branch? 2.0
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #1040
License MIT
Doc PR

Required changes to allow the new php-cs-fixer rule set defined in #1040. Without these changes, the non-strict comparisons are changed to strict comparisons, which results in incorrect behavior (the automatic fix provided by the new rule set isn't the problem, but the original implementation, which is changed here accordingly).

@robfrawley robfrawley self-assigned this Jan 31, 2018
@robfrawley robfrawley added State: Confirmed This item has been confirmed by maintainers as legitimate. Type: Source Code This item pertains to the source code of this project. Attn: Minor This issue or PR is a minor problem or minor change. labels Jan 31, 2018
@robfrawley robfrawley added this to the 2.0.0 milestone Jan 31, 2018
Copy link
Collaborator

@alexwilson alexwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Attn: Minor This issue or PR is a minor problem or minor change. State: Confirmed This item has been confirmed by maintainers as legitimate. Type: Source Code This item pertains to the source code of this project.
Projects
2.x Sprint 001
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants