Passed
Pull Request — master (#16)
by Joachim
04:51
created
src/EventListener/AddLibrarySubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 ->setSection(TagInterface::SECTION_HEAD)
50 50
         );
51 51
         $this->tagBag->addTag(
52
-            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/library.html.twig', ['api_id' => $this->apiId]))
52
+            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/library.html.twig', [ 'api_id' => $this->apiId ]))
53 53
                 ->setSection(TagInterface::SECTION_BODY_BEGIN)
54 54
                 ->setName(Tags::TAG_LIBRARY)
55 55
         );
Please login to merge, or discard this patch.
src/EventListener/ItemVisitedSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         }
31 31
 
32 32
         $this->tagBag->addTag(
33
-            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/item_visited.js.twig', ['product' => $product]))
33
+            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/item_visited.js.twig', [ 'product' => $product ]))
34 34
                 ->setSection(TagInterface::SECTION_BODY_BEGIN)
35 35
                 ->setName(Tags::TAG_ITEM_VISITED)
36 36
         );
Please login to merge, or discard this patch.
src/EventListener/ItemsPurchasedSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         }
31 31
 
32 32
         $this->tagBag->addTag(
33
-            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/items_purchased.js.twig', ['order' => $order]))
33
+            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/items_purchased.js.twig', [ 'order' => $order ]))
34 34
                 ->setSection(TagInterface::SECTION_BODY_BEGIN)
35 35
                 ->setName(Tags::TAG_ITEMS_PURCHASED)
36 36
         );
Please login to merge, or discard this patch.