Skip to content

Commit

Permalink
Add progress flag to phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Dec 11, 2024
1 parent 041dbb1 commit 61b127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/console/WinterSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ protected function buildPhpCsArgs(string $phpCs, string $configFile): array
{
$args = [
$phpCs,
'-d',
'-dp',
'memory_limit=512M',
'--basepath=' . $this->getBasePath(),
'--standard=' . $configFile,
Expand Down

0 comments on commit 61b127f

Please sign in to comment.