Arrays
Table of Contents
Classes
- DisallowShortArraySyntaxSniff
- Disallow the use of the short array syntax.
- DuplicateArrayKeySniff
- Detect duplicate array keys in array declarations.
- MixedArrayKeyTypesSniff
- Forbid arrays which contain both array items with numeric keys as well as array items with string keys.
- MixedKeyedUnkeyedArraySniff
- Forbid arrays which contain both array items with an explicit key and array items without a key set.