DisallowLogicalAndOrSniff.php
PHPCSExtra, a collection of sniffs and standards for use with PHP_CodeSniffer.
Tags
Table of Contents
Classes
- DisallowLogicalAndOrSniff
- Enforce the use of the boolean `&&` and `||` operators instead of the logical `and`/`or` operators.