From b847fabf76a565f8d0ec9884fb4b18bd70c5b53b Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 17 Jul 2024 09:38:27 +0200 Subject: [PATCH] Fix code style and change CI --- .github/workflows/test-application.yaml | 2 +- Command/ArticleExportCommand.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index e58b29ae..fa5fbcc0 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -85,7 +85,7 @@ jobs: - php-version: '8.3' elasticsearch-version: '7.17.2' elasticsearch-package-constraint: '~7.17.0' - phpcr-transport: jackrabbit + phpcr-transport: doctrinedbal dependency-versions: 'highest' php-extensions: 'ctype, iconv, mysql, imagick' tools: 'composer:v2' diff --git a/Command/ArticleExportCommand.php b/Command/ArticleExportCommand.php index 65b37d7f..7c838155 100644 --- a/Command/ArticleExportCommand.php +++ b/Command/ArticleExportCommand.php @@ -12,7 +12,6 @@ namespace Sulu\Bundle\ArticleBundle\Command; use Sulu\Bundle\ArticleBundle\Export\ArticleExportInterface; -use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface;