🐛 Fixes
SlevomatCodingStandard.ControlStructures.NewWithoutParentheses: Fix to allow empty parentheses when followed by member access operators for PHP 8.4+ chainingSlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: Use existing alias (thanks to @Khartir)- Fixed undefined array key in
ReferencedNameHelperwhen processing fully-qualified names in strings (thanks to @AlexSkrypnyk)