Releases: acquia/coding-standards-php
Releases · acquia/coding-standards-php
v0.5.1
Maintenance release. No user-facing changes.
v0.5.0
v0.4.3
- Excluded JavaScript files as Coder module has removed support for them upstream.
- Increased required version of Coder module to 8.3.7.
v0.4.2
- 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
v0.4.0
- 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
- Excluded Drupal.Commenting.VariableComment.Missing sniff in tests directory (
tests/*
). - Excluded new
PHPCS_SecurityAudit.BadFunctions.CallbackFunctions.WarnCallbackFunctions
frompheromone/phpcs-security-audit
.