@@ -49,7 +49,7 @@ |
||
| 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 | ); |
@@ -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_BEGIN) |
| 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_BEGIN) |
| 35 | 35 | ->setName(Tags::TAG_ITEMS_PURCHASED) |
| 36 | 36 | ); |