Check the PHP Coding Style of files in the scripts dir
parent
f551cf4b25
commit
7469664e92
1
.php_cs
1
.php_cs
|
@ -325,6 +325,7 @@ return PhpCsFixer\Config::create()
|
||||||
->exclude('vendor')
|
->exclude('vendor')
|
||||||
->in(__DIR__)
|
->in(__DIR__)
|
||||||
->name('.php_cs')
|
->name('.php_cs')
|
||||||
|
->append(glob(__DIR__ . '/scripts/*'))
|
||||||
->append(glob(__DIR__ . '/scripts/tests/*'))
|
->append(glob(__DIR__ . '/scripts/tests/*'))
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue