diff --git a/composer.json b/composer.json index ef47488..8f5e302 100644 --- a/composer.json +++ b/composer.json @@ -113,4 +113,4 @@ "bin-dir": "vendor/bin", "process-timeout": 600 } -} +} \ No newline at end of file diff --git a/src/Command/CompilerPromptCommand.php b/src/Command/CompilerPromptCommand.php index 484d9a4..5133108 100644 --- a/src/Command/CompilerPromptCommand.php +++ b/src/Command/CompilerPromptCommand.php @@ -57,6 +57,8 @@ class CompilerPromptCommand extends Command * @param \Symfony\Component\Console\Output\OutputInterface $output * * @return int + * + * @SuppressWarnings(PHPMD.ElseExpression) */ protected function execute(InputInterface $input, OutputInterface $output): int {