Skip to content

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 20 Mar 22:25
20b19db

Fixed

  • Excluded Squiz.Operators.IncrementDecrementUsage from WordPress
    block. The sniff suggests pre-increment (++$var) for patterns
    like $var = $var + 1, conflicting with our post-increment
    preference enforced by DisallowPreIncrementDecrement.