Skip to content

Commit

Permalink
chore(phpcs): make Generic.WhiteSpace.ScopeIndent a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 committed Feb 19, 2024
1 parent 8fb2ec5 commit 0a14060
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ruleset name="PHP: Nelson Martell Library">
<description>
The coding standard configuration for «PHP: Nelson Martell Library» package.
</description>
<description>The coding standard configuration for «PHP: Nelson Martell Library» package.</description>
<!-- Rules -->
<rule ref="PSR12" />
<rule ref="PEAR.Functions.ValidDefaultValue" />
Expand Down Expand Up @@ -44,6 +42,7 @@
</rule>
<rule ref="Generic.NamingConventions.ConstructorName" />
<rule ref="Generic.WhiteSpace.ScopeIndent">
<type>warning</type>
<properties>
<property name="indent" value="4" />
<property name="exact" value="true" />
Expand Down

0 comments on commit 0a14060

Please sign in to comment.