WhiteSpace
Table of Contents
Classes
- CastStructureSpacingSniff
- Ensure cast statements are preceded by whitespace.
- ControlStructureSpacingSniff
- Checks that control structures have the correct spacing around brackets, based upon Squiz code.
- ObjectOperatorSpacingSniff
- Ensure there is no whitespace before/after an object operator.
- OperatorSpacingSniff
- Verify operator spacing, uses the Squiz sniff, but additionally also sniffs for the `!` (boolean not) and the boolean and logical and/or operators.