Skip to content

Commit 8f4b3b7

Browse files
committed
Reword the message
1 parent 9967f48 commit 8f4b3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/AnalyseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
459459

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

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

0 commit comments

Comments
 (0)