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 diff --git a/bundle/NetgenLayoutsIbexaRelationListQueryBundle.php b/bundle/NetgenLayoutsIbexaRelationListQueryBundle.php index c6ff7ff..cb3ab5c 100644 --- a/bundle/NetgenLayoutsIbexaRelationListQueryBundle.php +++ b/bundle/NetgenLayoutsIbexaRelationListQueryBundle.php @@ -6,6 +6,4 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; -final class NetgenLayoutsIbexaRelationListQueryBundle extends Bundle -{ -} +final class NetgenLayoutsIbexaRelationListQueryBundle extends Bundle {}