| @@ -50,7 +50,7 @@ | ||
| 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) | 
| @@ -30,7 +30,7 @@ | ||
| 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 | ); | 
| @@ -30,7 +30,7 @@ | ||
| 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 | ); |