Skip to content

Releases: mollie/php-coding-standards

No More Notices

27 Jan 10:47
Compare
Choose a tag to compare

We have disabled global_namespace_import because the fixer doesn't care about what namespace it's in, and use-ing a global class in the global namespace makes PHP throw a notice.

We do intend to re-enable the rule once it takes this into account.

To Catch a Yellow Bird

04 Nov 15:39
b45a67c
Compare
Choose a tag to compare

Upgraded PHP-CS-Fixer to v2.16.0 Yellow Bird. Rules have been updated.

Travis was added, and composer.json now also shows the correct license.

No More Warnings

21 Oct 09:02
51b5f71
Compare
Choose a tag to compare

Removed a no longer used bin entry from the composer config.

Centralized PHP-CS-Fixer Rules per PHP Version

18 Oct 14:24
df8ae6c
Compare
Choose a tag to compare