Skip to content

1.4.0

Compare
Choose a tag to compare
@dereuromark dereuromark released this 15 Aug 17:59
· 30 commits to master since this release

Improvements

Allow for new slevomat/coding-standard 8.x.
This is to allow for all new fixes of that series to be used by everyone.

Please note
You need to add the php_version config in your root phpcs.xml file before upgrading.

E.g. if you are using >= 7.4 in composer as PHP min requirement:

<config name="php_version" value="70400"/>

The reason is that it would otherwise execute your local PHP version (e.g. 8.1) and modify the code according to "too new language features".