This commit is contained in:
parent
77fba06a1f
commit
13bfbbe528
20 changed files with 5598 additions and 0 deletions
9
code-quality-paths.php
Normal file
9
code-quality-paths.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
return [
|
||||
__DIR__ . '/src',
|
||||
__DIR__ . '/tests',
|
||||
__DIR__ . '/php-styler.php',
|
||||
__DIR__ . '/ecs.php',
|
||||
__DIR__ . '/rector.php',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue