From 8f4b3b79249f5af8e3fcfe2e793bbfe014964ab5 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 24 Jun 2024 10:56:06 +0200 Subject: [PATCH] Reword the message --- src/Command/AnalyseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/AnalyseCommand.php b/src/Command/AnalyseCommand.php index a92f85f720..12b35ee1ec 100644 --- a/src/Command/AnalyseCommand.php +++ b/src/Command/AnalyseCommand.php @@ -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('');