In WordPress/WordPress-Coding-Standards#1919, the WordPress.PHP.StrictComparisons sniff was replaced with Universal.Operators.StrictComparisons.
We currently reference it here:
|
<rule ref="WordPress.PHP.StrictComparisons.LooseComparison"> |
|
<severity>3</severity> |
|
</rule> |
In WordPress/WordPress-Coding-Standards#1919, the
WordPress.PHP.StrictComparisonssniff was replaced withUniversal.Operators.StrictComparisons.We currently reference it here:
VIP-Coding-Standards/WordPress-VIP-Go/ruleset.xml
Lines 216 to 218 in 60ad148