Skip to content

Commit

Permalink
Update phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatosbc authored Dec 2, 2024
1 parent 3d2a6e9 commit 2101f35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<exclude-pattern>./vendor</exclude-pattern>

<!-- Define the coding standard -->
<rule ref="PSR12">
<!-- Customizations to ignore whitespace errors -->
<exclude name="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine"/>
</rule>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
<properties>
<property name="ignoreBlankLines" value="true"/>
</properties>
</rule>
</ruleset>

0 comments on commit 2101f35

Please sign in to comment.