Skip to content

Commit

Permalink
Fix SlevomatCodingStandard.Namespaces.UseSpacing.IncorrectLinesCountB…
Browse files Browse the repository at this point in the history
…etweenDifferentTypeOfUse configuration
  • Loading branch information
kocsismate committed Oct 4, 2019
1 parent bffd98e commit 96218a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,26 @@ REMOVED:

FIXED:

## 2.1.1 - 2019-10-04

FIXED:

- SlevomatCodingStandard.Namespaces.UseSpacing.IncorrectLinesCountBetweenDifferentTypeOfUse was configured in a way which prevented PSR-12 conformance

## 2.1.0 - 2019-10-04

CHANGED:

- Require PHP CodeSniffer 3.5.0 at least

FIXED:

- SlevomatCodingStandard.TypeHints.DeclareStrictTypes was configured in a way which prevented PSR-12 conformance

REMOVED:

- SlevomatCodingStandard.TypeHints.DeclareStrictTypes became unnecessary

## 2.0.1 - 2019-08-22

REMOVED:
Expand Down
2 changes: 1 addition & 1 deletion src/WoohooLabs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<properties>
<property name="linesCountAfterLastUse" value="1"/>
<property name="linesCountBeforeFirstUse" value="1"/>
<property name="linesCountBetweenUseTypes" value="0"/>
<property name="linesCountBetweenUseTypes" value="1"/>
</properties>
</rule>

Expand Down

0 comments on commit 96218a1

Please sign in to comment.