Skip to content

Commit

Permalink
excluding namespace errors from cs check
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed Oct 4, 2023
1 parent ca17a0d commit d7d34e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<rule ref="PSR12"/>

<file>.</file>

<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<severity>0</severity>
</rule>
</ruleset>

0 comments on commit d7d34e3

Please sign in to comment.