diff --git a/CHANGELOG.md b/CHANGELOG.md index a2485ba..e237424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.3] +### Changed +- Magento phpmd.xml loosened some rules to be more inline with what is 'normal' in Magento. + ## [3.0.2] ### Changed - Constraint for `bitexpert/phpstan-magento` from '~0.30' to '>=0.30' to allow for installing newer PHPStan versions when needed. diff --git a/config/magento2/phpmd.xml b/config/magento2/phpmd.xml index 51e4c08..b0be3be 100644 --- a/config/magento2/phpmd.xml +++ b/config/magento2/phpmd.xml @@ -18,10 +18,23 @@ - + + + + + - - + + + + + + + + + + + @@ -29,9 +42,16 @@ + + + + + + + - + @@ -41,5 +61,4 @@ - - \ No newline at end of file +