Skip to content

Commit

Permalink
lint: csfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitcukuren committed Aug 23, 2024
1 parent 7f5aeac commit fc96107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/LynterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected function execute(
// Output the results in the user-specified format
$this->outputResults($issues, $outputFormat, $output);

// Return failure code if issues are found
// Return failure code if issues are found
if (!empty($issues)) {
return Command::FAILURE;
}
Expand Down

0 comments on commit fc96107

Please sign in to comment.