php-cs 3 prep (#13039)

This commit is contained in:
Tony Murray
2021-07-13 16:36:02 -05:00
committed by GitHub
parent 58ca5994a1
commit a8b005d23e
2 changed files with 18 additions and 17 deletions

View File

@@ -206,7 +206,7 @@ class CiHelper
{
$cs_cmd = [
$this->checkPhpExec('php-cs-fixer'),
'--config=.php_cs',
'--config=.php-cs-fixer.php',
'fix',
'-v',
];