🆕 New sniffs
SlevomatCodingStandard.Arrays.ArrayAccess
: Disallow whitespace between array access operator and the variable, or between array access operators (thanks to @kamil-zacek)
🐛 Fixes
SlevomatCodingStandard.Classes.ClassStructure
: Fixed fixerSlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator
: Fixed false positiveSlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly
: FixesSlevomatCodingStandard.Arrays.DisallowPartiallyKeyed
: Fixed false positive