Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make actions compatible with newer Sylius versions #199

Merged
merged 7 commits into from
Mar 3, 2022
Merged

Conversation

loevgaard
Copy link
Member

Fixes #197

@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #199 (ee9a969) into 0.11.x (a941ced) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

❗ Current head ee9a969 differs from pull request most recent head 31a222e. Consider uploading reports for the commit 31a222e to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##             0.11.x     #199      +/-   ##
============================================
- Coverage     10.17%   10.06%   -0.12%     
- Complexity      353      358       +5     
============================================
  Files            62       62              
  Lines          1091     1103      +12     
============================================
  Hits            111      111              
- Misses          980      992      +12     
Impacted Files Coverage Δ
src/Controller/Action/AddGiftCardToOrderAction.php 0.00% <0.00%> (ø)
src/Controller/Action/GiftCardBalanceAction.php 0.00% <0.00%> (ø)
src/Controller/Action/SearchGiftCardAction.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a941ced...31a222e. Read the comment docs.

@loevgaard loevgaard requested a review from Roshyo March 3, 2022 13:55
composer.json Outdated
@@ -32,6 +31,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^1.2.13",
"friendsofsymfony/rest-bundle": "^2.8",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should add ^2.8 || ^3.0 and then add it to require instead?

) {
private ?Environment $twig;

public function __construct(?ViewHandlerInterface $viewHandler, FormFactoryInterface $formFactory, Environment $twig = null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put the arguments on 3 lines

@loevgaard loevgaard requested a review from Roshyo March 3, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.11.7 Incompatible with friendsofsymfony/rest-bundle ^3.0
2 participants