@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | * |
262 | 262 | * @throws InvalidConfigException |
263 | 263 | */ |
264 | - protected function addProductDataFromProductOrVariant(ItemBaseEvent $event, Variant|Product $productVariant = null, $index = null, $listName = ''): void |
|
264 | + protected function addProductDataFromProductOrVariant(ItemBaseEvent $event, Variant | Product $productVariant = null, $index = null, $listName = ''): void |
|
265 | 265 | { |
266 | 266 | $eventItem = $this->getNewItemParameter(); |
267 | 267 | |
@@ -388,7 +388,7 @@ discard block |
||
388 | 388 | $name = $cat->title; |
389 | 389 | |
390 | 390 | while ($cat = $cat->parent) { |
391 | - $name = $cat->title . '/' . $name; |
|
391 | + $name = $cat->title.'/'.$name; |
|
392 | 392 | } |
393 | 393 | |
394 | 394 | $cats[] = $name; |