Releases: mollie/php-coding-standards
Releases · mollie/php-coding-standards
No More Notices
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
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
Removed a no longer used bin entry from the composer config.
Centralized PHP-CS-Fixer Rules per PHP Version
Initial release.