Lists
Table of Contents
Classes
- AssignmentOrderSniff
- Detect code affected by the changed list assignment order in PHP 7.0+.
- ForbiddenEmptyListAssignmentSniff
- Support for empty `list()` expressions has been removed in PHP 7.0.
- NewKeyedListSniff
- Since PHP 7.1, you can specify keys in `list()`, or its new shorthand `[]` syntax.
- NewListReferenceAssignmentSniff
- Detect reference assignments in array destructuring using (short) list.
- NewShortListSniff
- Detect short list syntax for symmetric array destructuring.