Completed
Push — master ( a843cb...f1a431 )
by Łukasz
16s
created
src/Generator/ProductBreadcrumbGenerator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,7 @@
 block discarded – undo
12 12
     {
13 13
         $breadcrumb = $product->getTranslation($locale)->getSlug();
14 14
 
15
-        if (null !== $taxon = $product->getMainTaxon())
16
-        {
15
+        if (null !== $taxon = $product->getMainTaxon()) {
17 16
             $breadcrumb = sprintf('%s/%s', $taxon->getTranslation($locale)->getSlug(), $breadcrumb);
18 17
         }
19 18
 
Please login to merge, or discard this patch.