Skip to content

Commit

Permalink
minor #331 [Maintenance] Create empty UPGRADE file for v1.1 (GSadee)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

60c0a8d [Maintenance] Create empty UPGRADE file for v1.1
8255387 Fixes after ECS analysis
  • Loading branch information
GSadee authored Sep 17, 2021
2 parents 75a72d7 + 8255387 commit e1eab08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions UPGRADE-1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### UPGRADE FROM 1.0.X TO 1.1.0
3 changes: 0 additions & 3 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

final class Configuration implements ConfigurationInterface
{
/**
* {@inheritdoc}
*/
public function getConfigTreeBuilder(): TreeBuilder
{
return new TreeBuilder('sylius_refund_plugin');
Expand Down
2 changes: 1 addition & 1 deletion src/Twig/OrderRefundsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getFunctions(): array
new TwigFunction(
'get_all_refund_payments_by_order',
[$this, 'getAllRefundPaymentsByOrder']
)
),
];
}

Expand Down

0 comments on commit e1eab08

Please sign in to comment.