Automattic / VIP-Coding-Standards

PHP_CodeSniffer ruleset to enforce WordPress VIP coding standards.
https://wpvip.com/documentation/how-to-install-php-code-sniffer-for-wordpress-com-vip/
Other
237 stars 40 forks source link

Performance/RegexpCompare: remove redundant condition #761

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

This condition will always be true if one of the previous conditions is true, so is redundant.