Skip to content

Releases: inspirum/coding-standard-php

v1.8.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 26 Mar 10:59

Changed

  • Updated doctrine/coding-standard to version ^14.0

v1.7.1

Choose a tag to compare

@tomas-novotny tomas-novotny released this 03 May 20:46

Fixed

  • Use SlevomatCodingStandard.TypeHints.DNFTypeHintFormat instead of SlevomatCodingStandard.TypeHints.UnionTypeHintFormat

v1.7.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 03 May 20:38

Changed

  • Updated doctrine/coding-standard to version ^13.0

v1.6.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 05 Sep 11:24

Removed

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

v1.5.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 17 May 11:32

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

v1.4.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 18 Sep 11:32

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

v1.3.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 08 Feb 11:57

Changed

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

v1.2.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 06 Nov 18:00

Changed

  • Update doctrine/coding-standard to version ^10.0

v1.1.1

Choose a tag to compare

@tomas-novotny tomas-novotny released this 04 Jul 19:03

Removed

  • Exclude RequireOneLineDocComment rule

v1.1.0

Choose a tag to compare

@tomas-novotny tomas-novotny released this 04 Jul 10:07

Changed

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