Skip to content

Latest commit

 

History

History
executable file
·
64 lines (42 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

executable file
·
64 lines (42 loc) · 2.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Removed

  • Removed custom property values for SlevomatCodingStandard.Functions.ArrowFunctionDeclaration rule

Added

  • Added exclude for Generic.Formatting.MultipleStatementAlignment.NotSame rule

Removed

  • Removed exclude for SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix rule
  • Removed exclude for SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix rule
  • Removed exclude for SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation rule
  • Removed exclude for SlevomatCodingStandard.TypeHints.ParameterTypeHint.UselessAnnotation rule
  • Removed exclude for SlevomatCodingStandard.TypeHints.PropertyTypeHint.UselessAnnotation rule

Added

  • Added exclude for Squiz.PHP.NonExecutableCode.Unreachable rule
  • Added exclude for Squiz.Commenting.FunctionComment.SpacingAfterParamType rule

Fixed

  • Fixed invalid properties for SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions rule

Changed

  • Updated dealerdirect/phpcodesniffer-composer-installer to version ^1.0
  • Updated doctrine/coding-standard to version ^11.0

Changed

  • Updated doctrine/coding-standard to version ^10.0

Added

  • Added exclude SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment rule

Changed

  • Better support for PHP 8.1 (Update slevomat/coding-standard to ^8.0)

Added

  • Added support for PHP ^7.4

v1.0.0 (2022-05-20)

Added

  • Added InspirumCodingStandard PHPCS standard