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

3.0: Replace the WordPress.PHP.StrictComparisons sniff #1919

Merged
merged 1 commit into from
Jul 8, 2020

Commits on Jul 6, 2020

  1. Replace the WordPress.PHP.StrictComparisons sniff

    ... with a similar sniff as merged upstream in PHPCSExtra as `Universal.Operators.StrictComparisons`.
    
    Notes:
    * The sniff in PHPCSExtra contains a fixer. As this is a risky fixer, this fixer is turned off for WPCS.
    * The sniff in PHPCSExtra will provide metrics about loose versus strict comparisons.
    jrfnl committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    953d7a9 View commit details
    Browse the repository at this point in the history