@@ -106,7 +106,8 @@ |
||
106 | 106 | * {@inheritdoc} |
107 | 107 | */ |
108 | 108 | public function getLatestProductsNames() |
109 | - {; |
|
109 | + { |
|
110 | +; |
|
110 | 111 | return array_map( |
111 | 112 | function (NodeElement $element) { return $element->getText(); }, |
112 | 113 | $this->getDocument()->findAll('css', '.sylius-product-name') |