🔧 Improvements
SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature
: New optionwithPromotedProperties
(thanks to @vrana)- Improved support for non-official type hints (thanks to @kkmuffme)
🐛 Fixes
SlevomatCodingStandard.Classes.ConstantSpacing
: Some fixes- Fix
void
cannot be changed tonull
andnever
/void
cannot be used in a union (thanks to @kkmuffme)