Keywords
Table of Contents
Classes
- CaseSensitiveKeywordsSniff
- Detect usage of `self`, `parent` and `static` and verify they are lowercase.
- ForbiddenNamesAsDeclaredSniff
- Detects the use of some reserved keywords to name a class, interface, trait or namespace.
- ForbiddenNamesAsInvokedFunctionsSniff
- Prohibits the use of reserved keywords invoked as functions.
- ForbiddenNamesSniff
- Detects the use of reserved keywords as class, function, namespace or constant names.
- NewKeywordsSniff
- Detect use of new PHP keywords.