Releases: DekodeInteraktiv/coding-standards
Releases · DekodeInteraktiv/coding-standards
1.2.0
- Allow
file_get_contents
- Remove rule:
PEAR.Functions.FunctionCallSignature.CloseBracketLine
- Remove rule:
PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket
- Remove rule:
PEAR.Functions.FunctionCallSignature.MultipleArguments
1.1.0
- Replace
wimg/php-compatibility
with phpcompatibility/phpcompatibility-wp
. (Cheers @jrfnl! PR #4)
1.0.0
- WordPress Coding Standards for PHP_CodeSniffer 1.0
- PHP Compatibility Coding Standard for PHP CodeSniffer 8.2
- Neutron PHP Standard 1.5
0.3.1
- Allow slash in hook names
0.3.0
- Require strict type
- Require type hints
- Removed php7.0 as testVersion. Need to set it in your config
0.2.0
- Changed composer type to
phpcodesniffer-standard
.
- Added php7.0 as testVersion.
- Exclude folders you don't want to run PHPCS against