diff --git a/composer.json b/composer.json index bb07474..8f5e302 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php-http/client-implementation": "^1.0", "php-http/message-factory": "^1.0", "php-http/discovery": "^1.13", - "doctrine/annotations": "^1.11", + "doctrine/annotations": "^1.13", "liip/serializer": "^2.0", "php-http/httplug": "^2.2", "civicrm/composer-compile-plugin": "^0.15.0", 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 {