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:
8
8
9
9
FIXED:
10
10
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
+
11
17
## 2.1.0 - 2019-10-04
12
18
13
19
CHANGED:
14
20
15
21
- Require PHP CodeSniffer 3.5.0 at least
16
22
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
+
17
31
## 2.0.1 - 2019-08-22
18
32
19
33
REMOVED:
Original file line number Diff line number Diff line change 291
291
<properties >
292
292
<property name =" linesCountAfterLastUse" value =" 1" />
293
293
<property name =" linesCountBeforeFirstUse" value =" 1" />
294
- <property name =" linesCountBetweenUseTypes" value =" 0 " />
294
+ <property name =" linesCountBetweenUseTypes" value =" 1 " />
295
295
</properties >
296
296
</rule >
297
297
You can’t perform that action at this time.
0 commit comments