You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($error->getIdentifier() !== null && $error->canBeIgnored()) {
98
93
$message .= "\n";
@@ -169,11 +164,6 @@ public function formatErrors(
169
164
$style->warning($finalMessage);
170
165
}
171
166
172
-
if ($fixableErrorsCount > 0) {
173
-
$output->writeLineFormatted(sprintf('🔧 %d %s can be fixed automatically. Run PHPStan again with <fg=cyan>--fix</>.', $fixableErrorsCount, $fixableErrorsCount === 1 ? 'error' : 'errors'));
0 commit comments