Completed
Push — 1.0 ( 32d139...1bbf5e )
by Kamil
79:12 queued 52:28
created
src/Sylius/Component/Product/Model/Product.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -462,8 +462,7 @@
 block discarded – undo
462 462
         if (!$this->hasNotEmptyAttributeByCodeAndLocale($attributeValue->getCode(), $localeCode)) {
463 463
             if (
464 464
                 null !== $fallbackLocaleCode &&
465
-                $this->hasNotEmptyAttributeByCodeAndLocale($attributeValue->getCode(), $fallbackLocaleCode))
466
-            {
465
+                $this->hasNotEmptyAttributeByCodeAndLocale($attributeValue->getCode(), $fallbackLocaleCode)) {
467 466
                 return $this->getAttributeByCodeAndLocale($attributeValue->getCode(), $fallbackLocaleCode);
468 467
             }
469 468
 
Please login to merge, or discard this patch.