Skip to content

Fix slevomat sniff BCs

Pre-release
Pre-release

Choose a tag to compare

@pueppiblue pueppiblue released this 04 Mar 14:15
· 33 commits to master since this release

BC Break

  • TypeHintDeclarationSniff is dead, long live ParameterTypeHintSniff, PropertyTypeHintSniff, ReturnTypeHintSniff and UselessFunctionDocCommentSniff
  • ControlStructureSpacingSniff is dead, long live BlockControlStructureSpacingSniff and JumpStatementsSpacingSniff (thanks to @grongor)