Check the PHP Coding Style of files in the scripts dir

pull/220/head
Michele Locati 2020-12-11 18:20:19 +01:00
parent f551cf4b25
commit 7469664e92
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ return PhpCsFixer\Config::create()
->exclude('vendor')
->in(__DIR__)
->name('.php_cs')
->append(glob(__DIR__ . '/scripts/*'))
->append(glob(__DIR__ . '/scripts/tests/*'))
)
;