Skip to content

Commit 96218a1

Browse files
committed
Fix SlevomatCodingStandard.Namespaces.UseSpacing.IncorrectLinesCountBetweenDifferentTypeOfUse configuration
1 parent bffd98e commit 96218a1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,26 @@ REMOVED:
88

99
FIXED:
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

1319
CHANGED:
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

1933
REMOVED:

src/WoohooLabs/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
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

0 commit comments

Comments
 (0)