1
0
mirror of synced 2024-11-21 21:06:07 +03:00

fix for phpmd

This commit is contained in:
Pavel 2021-06-10 14:57:24 +03:00
parent b2bd3ddfe1
commit 8899cd6ee2
2 changed files with 3 additions and 1 deletions

View File

@ -113,4 +113,4 @@
"bin-dir": "vendor/bin",
"process-timeout": 600
}
}
}

View File

@ -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
{