Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 30, 2024
1 parent e0c3291 commit 5232633
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Command/PrivatizeConstantsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ private function runPHPStanAnalyse(array $paths): array
]);
$phpStanAnalyseProcess->run();

$this->symfonyStyle->success('PHPStan analysis finished');

// process output message
sleep(1);

$this->symfonyStyle->newLine();

$resultOutput = $phpStanAnalyseProcess->getOutput() ?: $phpStanAnalyseProcess->getErrorOutput();
return json_decode($resultOutput, true);
}
Expand Down

0 comments on commit 5232633

Please sign in to comment.