Skip to content

Releases: acquia/coding-standards-php

v0.5.1

12 Nov 17:07
e12b3e7
Compare
Choose a tag to compare

Maintenance release. No user-facing changes.

v0.5.0

25 Sep 21:25
26ca99f
Compare
Choose a tag to compare
  • Add additional PhpStorm setup instructions and examples (#5, #11)
  • Don't scan for PHP in Markdown or Txt files (#10)
  • Remove unmaintained phpcs-security-audit library (#13)

v0.4.3

20 Mar 20:15
8a0cbe4
Compare
Choose a tag to compare

v0.4.2

12 Feb 15:26
Compare
Choose a tag to compare
  • Explicitly set file extensions to scan in example configuration (#7) Note: This compensates for an upstream change that may result in files with certain extensions not being scanned. Existing projects should consider applying the same change to their configuration.
  • Excluded the dated Security.BadFunctions.Asserts sniff (#8)

v0.4.1

06 Sep 20:25
Compare
Choose a tag to compare
  • Fixed AcquiaDrupalStrict does not sniff install files (#1)

v0.4.0

06 Aug 20:56
Compare
Choose a tag to compare
  • Added SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses sniff to "check whether uses at the top of a file are alphabetically sorted. Follows natural sorting and takes edge cases with special symbols into consideration."

v0.3.0

06 Aug 13:53
Compare
Choose a tag to compare
  • Excluded Drupal.Commenting.VariableComment.Missing sniff in tests directory (tests/*).
  • Excluded new PHPCS_SecurityAudit.BadFunctions.CallbackFunctions.WarnCallbackFunctions from pheromone/phpcs-security-audit.