File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Command/ErrorFormatter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ public function formatErrors(
191191 if ($ this ->level > 0 ) {
192192 $ note [] = '- Consider lowering the PHPStan level ' ;
193193 }
194- $ note [] = '- Consider using PHPStan Pro for more comfortable error browsing ' ;
195194 $ note [] = '- Pass PHPSTAN_TABLE_ERROR_FORMATTER_FORCE_SHOW_ALL_ERRORS=1 environment variable to show all errors ' ;
196- $ note [] = '- Learn more: https://phpstan.com ' ;
195+ $ note [] = '- Consider using PHPStan Pro for more comfortable error browsing ' ;
196+ $ note [] = ' Learn more: https://phpstan.com ' ;
197197 $ style ->note (implode ("\n" , $ note ));
198198 } else {
199199 $ finalMessage = sprintf ($ analysisResult ->getTotalErrorsCount () === 1 ? 'Found %d error ' : 'Found %d errors ' , $ analysisResult ->getTotalErrorsCount ());
You can’t perform that action at this time.
0 commit comments