Miscellaneous
Table of Contents
Classes
- NewPHPOpenTagEOFSniff
- PHP 7.4 now supports stand-alone PHP tags at the end of a file (without new line).
- RemovedAlternativePHPTagsSniff
- Check for use of alternative PHP tags, support for which was removed in PHP 7.0.
- ValidIntegersSniff
- Check for valid integer types and values.