Skip to content

Commit

Permalink
DQA-0: Exclude sniff SpacesUsedHeredocCloser (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Jul 25, 2024
1 parent 55ec948 commit 689b636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged"/>
<exclude name="Generic.PHP.UpperCaseConstant.Found"/>
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed"/>
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsedHeredocCloser"/>
<!-- Disable metrics -->
<exclude name="Generic.Metrics"/>
</rule>
Expand Down

0 comments on commit 689b636

Please sign in to comment.