@@ -98,7 +98,7 @@ |
||
98 | 98 | ->scalarNode('factory')->defaultValue(Factory::class)->end() |
99 | 99 | ->end() |
100 | 100 | ->end() |
101 | - ->end() |
|
101 | + ->end() |
|
102 | 102 | ->end() |
103 | 103 | ->end() |
104 | 104 | ->end() |
@@ -158,7 +158,7 @@ |
||
158 | 158 | public function filterProductTaxonsByTaxon(TaxonInterface $taxon) |
159 | 159 | { |
160 | 160 | return $this->productTaxons->filter(function ($productTaxon) use ($taxon) { |
161 | - return $taxon === $productTaxon->getTaxon(); |
|
161 | + return $taxon === $productTaxon->getTaxon(); |
|
162 | 162 | }); |
163 | 163 | } |
164 | 164 |