Variables
Table of Contents
Classes
- ForbiddenGlobalVariableVariableSniff
- Detect use of `global` with variable variables, support for which has been removed in PHP 7.0.
- ForbiddenThisUseContextsSniff
- Detect using `$this` in incompatible contexts.
- NewUniformVariableSyntaxSniff
- The interpretation of variable variables has changed in PHP 7.0.
- RemovedPredefinedGlobalVariablesSniff
- Detect the use of removed global variables. Suggests alternatives if available.