use no cache for php-cs-fixer
This commit is contained in:
parent
bc49005a2e
commit
4f96e6c5b2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ImproveActionPhpcsfixer extends ImproveAction
|
||||||
$phpcsf_path = path::real($this->getSetting('phpcsf_path'));
|
$phpcsf_path = path::real($this->getSetting('phpcsf_path'));
|
||||||
|
|
||||||
$command = sprintf(
|
$command = sprintf(
|
||||||
'%sphp %s/php-cs-fixer fix %s --config=%s/dc.phpcsfixer.rules.php',
|
'%sphp %s/php-cs-fixer fix %s --config=%s/dc.phpcsfixer.rules.php --using-cache=no',
|
||||||
$phpexe_path,
|
$phpexe_path,
|
||||||
$phpcsf_path,
|
$phpcsf_path,
|
||||||
$this->module['sroot'],
|
$this->module['sroot'],
|
||||||
|
|
Loading…
Reference in a new issue