Magento Coding Standard Versions Save

Magento Coding Standard

v33

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/magento/magento-coding-standard/compare/v32...v33

v32

8 months ago
  • rector/rector upgraded to 0.17.12 version
  • Min PHP version is set to 8.1

v31

1 year ago
  • rector/rector upgraded to ^0.15.10 version

v30

1 year ago
  • Minimum version of PHP is set to 7.4
  • webonyx/graphql-php is updated to version 15.0

v29

1 year ago

Returning back support of PHP 7.3

v28

1 year ago
  • Fix performance issue with big arrays #429

v27

1 year ago
  • Support of PHP 8.1 features

v26

1 year ago

What's Changed

Full Changelog: https://github.com/magento/magento-coding-standard/compare/v25...v26

v25

1 year ago

Bugfixes

  • Avoid processing less and CSS pseudo-classes by @svera
  • Allow empty constructor function blocks when using property promotion by @mfickers

v24

1 year ago

Bug fixes:

Fixed error when calling hasDeprecatedWellFormatted with a false $commentStartPtr in https://github.com/magento/magento-coding-standard/pull/400 by @mattijv