Skip to content

Commit 147b87b

Browse files
committed
Adicionando phpcs.xml
1 parent 1cbb475 commit 147b87b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpcs.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0"?>
2+
<ruleset>
3+
<file>./</file>
4+
<exclude-pattern>./vendor/*</exclude-pattern>
5+
<rule ref="PSR1" />
6+
</ruleset>

0 commit comments

Comments
 (0)