You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 2.1.1
8
+
### Fixed
9
+
- Resolve incompatibility with `PSR12.ControlStructures.ControlStructureSpacing` (from the `Youwe` standard) and `PSR2.ControlStructures.ControlStructureSpacing` (from the `Magento2` standard).
10
+
For details, see https://github.com/YouweGit/coding-standard-magento2/issues/6.
11
+
7
12
## 2.1.0
8
13
### Changed
9
14
- Youwe ruleset will not check .phtml files anymore and only uses the Magento2 coding standards to check files on `phpcs`.
@@ -13,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
18
- Composer package youwe/coding-standard which is now included in the Youwe coding standards for Magento 2.
14
19
- Comments for why the ruleset was added.
15
20
- Coding standards for phtml templates.
16
-
- Package [magento/magento-coding-standard](https://github.com/magento/magento-coding-standard) as a requirement.
21
+
- Package [magento/magento-coding-standard](https://github.com/magento/magento-coding-standard) as a requirement.
17
22
The version v25 is used as a base. If not compatible please update the `phpcs.xml` in project root.
0 commit comments