Skip to content

Commit

Permalink
Update phpcs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibochkarev committed Apr 11, 2021
1 parent 9af1011 commit 0092a23
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
<exclude-pattern>*/vendor/*</exclude-pattern>

<!-- Our base rule: set to PSR12-->
<rule ref="PSR12"/>

<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="120"/>
<property name="absoluteLineLimit" value="0"/>
</properties>
<rule ref="PSR12">
<exclude name="Generic.Files.LineLength"/>
</rule>
</ruleset>

0 comments on commit 0092a23

Please sign in to comment.