Completed
Branch master (734dbe)
by G
12:13
created
src/Templating/Helper/DepositExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     public function getFilters(): array
35 35
     {
36 36
         return [
37
-          new TwigFilter('gweb_calculate_deposit', [$this->helper, 'getPrice']),
37
+            new TwigFilter('gweb_calculate_deposit', [$this->helper, 'getPrice']),
38 38
         ];
39 39
     }
40 40
 }
Please login to merge, or discard this patch.
src/Menu/AdminProductVariantFormMenuListener.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,11 +29,11 @@
 block discarded – undo
29 29
         $menu = $event->getMenu();
30 30
 
31 31
         $menu->addChild('deposit', ['position' => 1])
32
-          ->setAttribute(
32
+            ->setAttribute(
33 33
             'template',
34 34
             '@GwebSyliusProductDepositPlugin/Resources/views/Admin/ProductVariant/Tab/_deposit.html.twig'
35
-          )
36
-          ->setLabel($this->translator->trans('gweb_deposit.admin.product_variant.menu'))
37
-          ->setLabelAttribute('icon', 'dollar');
35
+            )
36
+            ->setLabel($this->translator->trans('gweb_deposit.admin.product_variant.menu'))
37
+            ->setLabelAttribute('icon', 'dollar');
38 38
     }
39 39
 }
Please login to merge, or discard this patch.