Skip to content

Commit

Permalink
Try to fix lint container bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jun 24, 2024
1 parent 43fb299 commit 1e42702
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/DependencyInjection/SetonoSyliusOrderEditExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,15 @@ public function prepend(ContainerBuilder $container): void
'templates' => [
'action' => [
'edit_order' => '@SetonoSyliusOrderEditPlugin/admin/order/grid/editOrder.html.twig',
],
],

Check warning on line 61 in src/DependencyInjection/SetonoSyliusOrderEditExtension.php

View check run for this annotation

Codecov / codecov/patch

src/DependencyInjection/SetonoSyliusOrderEditExtension.php#L61

Added line #L61 was not covered by tests
],
]);

$container->prependExtensionConfig('framework', [
'messenger' => [
'buses' => [
'setono_sylius_order_edit.event_bus' => [
'default_middleware' => [
'allow_no_handlers' => true,
],
'default_middleware' => 'allow_no_handlers',

Check warning on line 69 in src/DependencyInjection/SetonoSyliusOrderEditExtension.php

View check run for this annotation

Codecov / codecov/patch

src/DependencyInjection/SetonoSyliusOrderEditExtension.php#L69

Added line #L69 was not covered by tests
],
],
],
Expand Down

0 comments on commit 1e42702

Please sign in to comment.