From fc6c9b2a14c1323ebf4e1db5d758fe70527e2c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Wed, 13 Sep 2023 10:31:13 +0200 Subject: [PATCH 1/2] Use docker variant of OskarStark/php-cs-fixer-ga require --- .github/workflows/coding_standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding_standards.yml b/.github/workflows/coding_standards.yml index 0e16133..f943db4 100644 --- a/.github/workflows/coding_standards.yml +++ b/.github/workflows/coding_standards.yml @@ -18,6 +18,6 @@ jobs: with: repository: netgen-layouts/layouts-coding-standard path: vendor/netgen/layouts-coding-standard - - uses: OskarStark/php-cs-fixer-ga@master + - uses: docker://oskarstark/php-cs-fixer-ga with: args: --diff --dry-run From fbdf27f9770d8732a209b476eaec1a6b5714ab52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Wed, 13 Sep 2023 10:31:18 +0200 Subject: [PATCH 2/2] Fix CS --- bundle/NetgenLayoutsEzPlatformRelationListQueryBundle.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle/NetgenLayoutsEzPlatformRelationListQueryBundle.php b/bundle/NetgenLayoutsEzPlatformRelationListQueryBundle.php index 641f597..1bcb235 100644 --- a/bundle/NetgenLayoutsEzPlatformRelationListQueryBundle.php +++ b/bundle/NetgenLayoutsEzPlatformRelationListQueryBundle.php @@ -6,6 +6,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; -final class NetgenLayoutsEzPlatformRelationListQueryBundle extends Bundle -{ -} +final class NetgenLayoutsEzPlatformRelationListQueryBundle extends Bundle {}