Skip to content

Commit

Permalink
Fix: Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Jun 24, 2023
1 parent 9210252 commit 280916b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@
<rule ref="Squiz.Commenting.BlockComment">
<exclude name="Squiz.Commenting.BlockComment.FirstLineIndent"/>
<exclude name="Squiz.Commenting.BlockComment.LineIndent"/>
<properties>
<property name="tabWidth" value="4"/>
</properties>
</rule>
<rule ref="Squiz.Commenting.ClassComment">
<exclude name="Squiz.Commenting.ClassComment.Missing" />
Expand Down Expand Up @@ -240,13 +237,7 @@

<!-- PSR2 -->
<rule ref="PSR2.Files.ClosingTag"/>
<rule ref="PSR2.Files.EndFileNewline">
<properties>
<property name="supportedTokenizers" type="array">
<element value="PHP"/>
</property>
</properties>
</rule>
<rule ref="PSR2.Files.EndFileNewline"/>

<!-- PSR12 -->
<rule ref="PSR12.Files.DeclareStatement"/>
Expand Down

0 comments on commit 280916b

Please sign in to comment.