PSR-4, Composer and PHPUnit autoloading
This commit is contained in:
parent
3161c8e661
commit
e35e2f3e0f
5 changed files with 38 additions and 5 deletions
5
phpcs.xml
Normal file
5
phpcs.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version='1.0'?>
|
||||
<ruleset>
|
||||
<exclude-pattern>vendor/*</exclude-pattern>
|
||||
<rule ref='PSR2' />
|
||||
</ruleset>
|
Loading…
Add table
Add a link
Reference in a new issue