Constants
Table of Contents
Classes
- LowercaseClassResolutionKeywordSniff
- Verifies that the "::class" keyword when used for class name resolution is in lowercase.
- ModifierKeywordOrderSniff
- Standardize the modifier keyword order for OO constant declarations.
- UppercaseMagicConstantsSniff
- Verifies that PHP native `__...__` magic constants are in uppercase when used.