Skip to content

Commit

Permalink
Remove duplicated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 19, 2023
1 parent 28d6518 commit 74d15a7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@

<rule ref="WoohooLabs"/>

<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing">
<properties>
<property name="linesCountAfterLastUse" value="1"/>
<property name="linesCountBeforeFirstUse" value="1"/>
<property name="linesCountBetweenUseTypes" value="1"/>
</properties>
</rule>

<!-- Require presence of declare(strict_types=1) -->
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
Expand Down

0 comments on commit 74d15a7

Please sign in to comment.