Skip to content

Commit

Permalink
Fix service definitions (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz authored Nov 27, 2024
2 parents 23b6c80 + 455fedc commit 26a6885
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
continue-on-error: true
run: vendor/bin/composer-dependency-analyser

- name: Check service definitions
run: |
tests/Application/bin/console -edev lint:container
tests/Application/bin/console -eprod lint:container
- name: Static analysis
run: vendor/bin/phpstan

Expand Down
1 change: 1 addition & 0 deletions config/services/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
$services->set(InitApplePayPaymentAction::class)
->args([
service('payum'),
service('sylius.context.cart'),
])
->tag('controller.service_arguments')
;
Expand Down

0 comments on commit 26a6885

Please sign in to comment.