Skip to content

Releases: mollie/php-coding-standards

Adapt and overcome

18 Jul 15:21
f09addf
Compare
Choose a tag to compare
Merge pull request #17 from shirshir/replace-deprecated-rules

Replace deprecated rules

Advance and adapt.

07 Dec 13:43
72bafb9
Compare
Choose a tag to compare
Merge pull request #16 from TomBrouws/master

Add support for PHP 8.3

There is no looking back.

14 Jul 11:33
9ce1921
Compare
Choose a tag to compare
Merge pull request #15 from shirshir/remove-deprecated-option

Remove deprecated option

Upwards and onwards!

22 Mar 15:46
8aff3a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

We will be strict from now on!

30 Jun 11:52
55a92ba
Compare
Choose a tag to compare

Addition of explicit support for 8.0 and 8.1
Removed deprecated rule.
And going mandatory declare(strict_types=1|0); from php 8.1 and up.

The River Flows

07 Sep 09:44
96d40ef
Compare
Choose a tag to compare

Upgraded PHP-CS-Fixer to v3.1.0 River.

We're keeping the behaviour of types_spaces to its 2.19 default, for now.

No More Operator Alignment

31 Aug 08:33
aa1feda
Compare
Choose a tag to compare

Aligning operators in the past has been a stylistic choice: it looks nice, and thus should offer better readability. Keyword being should. Over time, this became less and less true. Adding in the fact it causes additional whitespace changes on lines otherwise untouched, we decided to stop aligning.

Deprecations Be Gone

23 Aug 08:57
da145ec
Compare
Choose a tag to compare

Fix PHP-CS-Fixer deprecation warnings in preparation of a possible upgrade to v3.

Ready for the Future

22 Jan 11:13
8e618ec
Compare
Choose a tag to compare

Allow running on PHP 8 now that PHP-CS-Fixer is able to.

Dev-wise switched to GitHub Actions, saying goodbye to Travis.

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.