Skip to content

Commit

Permalink
Reword the message
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 24, 2024
1 parent 9967f48 commit 8f4b3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/AnalyseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$exitCode = $errorFormatter->formatErrors($analysisResult, $inceptionResult->getStdOutput());

$errorOutput->writeLineFormatted('⚠️ Result is incomplete because of internal errors. ⚠️');
$errorOutput->writeLineFormatted('⚠️ Result is incomplete because of severe errors. ⚠️');
$errorOutput->writeLineFormatted(' Fix these errors first and then re-run PHPStan');
$errorOutput->writeLineFormatted(' to get all reported errors.');
$errorOutput->writeLineFormatted('');
Expand Down

0 comments on commit 8f4b3b7

Please sign in to comment.