Skip to content

Commit 000e757

Browse files
Merge branch '5.4' into 6.0
* 5.4: Run php-cs-fixer
2 parents 9e331b5 + 354b9d0 commit 000e757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private function displayJson(OutputInterface $output, array $filesInfo)
234234
return min($errors, 1);
235235
}
236236

237-
private function renderException(SymfonyStyle $output, string $template, Error $exception, string $file = null, ?GithubActionReporter $githubReporter = null)
237+
private function renderException(SymfonyStyle $output, string $template, Error $exception, string $file = null, GithubActionReporter $githubReporter = null)
238238
{
239239
$line = $exception->getTemplateLine();
240240

0 commit comments

Comments
 (0)