File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,26 @@ REMOVED:
88
99FIXED:
1010
11+ ## 2.1.1 - 2019-10-04
12+
13+ FIXED:
14+
15+ - SlevomatCodingStandard.Namespaces.UseSpacing.IncorrectLinesCountBetweenDifferentTypeOfUse was configured in a way which prevented PSR-12 conformance
16+
1117## 2.1.0 - 2019-10-04
1218
1319CHANGED:
1420
1521- Require PHP CodeSniffer 3.5.0 at least
1622
23+ FIXED:
24+
25+ - SlevomatCodingStandard.TypeHints.DeclareStrictTypes was configured in a way which prevented PSR-12 conformance
26+
27+ REMOVED:
28+
29+ - SlevomatCodingStandard.TypeHints.DeclareStrictTypes became unnecessary
30+
1731## 2.0.1 - 2019-08-22
1832
1933REMOVED:
Original file line number Diff line number Diff line change 291291 <properties >
292292 <property name =" linesCountAfterLastUse" value =" 1" />
293293 <property name =" linesCountBeforeFirstUse" value =" 1" />
294- <property name =" linesCountBetweenUseTypes" value =" 0 " />
294+ <property name =" linesCountBetweenUseTypes" value =" 1 " />
295295 </properties >
296296 </rule >
297297
You can’t perform that action at this time.
0 commit comments