Completed
Push — master ( cf890b...6fb9dd )
by Joachim
17s queued 15s
created
src/EventListener/AddLibrarySubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
                 ->setPriority(100)
51 51
         );
52 52
         $this->tagBag->addTag(
53
-            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/library.html.twig', ['api_id' => $this->apiId]))
53
+            (new TwigTag('@SetonoSyliusStrandsPlugin/Tag/library.html.twig', [ 'api_id' => $this->apiId ]))
54 54
                 ->setSection(TagInterface::SECTION_BODY_END)
55 55
                 ->setName(Tags::TAG_LIBRARY)
56 56
                 ->setPriority(-100)
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_END)
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_END)
35 35
                 ->setName(Tags::TAG_ITEMS_PURCHASED)
36 36
         );
Please login to merge, or discard this patch.