Skip to content

Commit

Permalink
vendor excluded for phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Apr 16, 2024
1 parent ef413d5 commit fff025e
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 @@ -7,6 +7,7 @@
<file>./**/*.php</file>
<arg name="extensions" value="php"/>
<exclude-pattern>*/views/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/PluginHero/templates/*</exclude-pattern>
<arg name="standard" value="PSR12"/>
<rule ref="Generic.Files.InlineHTML"/>
Expand Down

0 comments on commit fff025e

Please sign in to comment.