From fc96107bda60b500f9e37e40e70389b5f549f36b Mon Sep 17 00:00:00 2001 From: Yigit Cukuren Date: Sat, 24 Aug 2024 01:36:52 +0300 Subject: [PATCH] lint: csfix --- src/Command/LynterCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/LynterCommand.php b/src/Command/LynterCommand.php index d779739..765c6c2 100644 --- a/src/Command/LynterCommand.php +++ b/src/Command/LynterCommand.php @@ -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; }