Completed
Push — settings-out-of-control ( 265db7 )
by Kamil
18:42
created
src/Sylius/Component/Product/Checker/ProductVariantsParityChecker.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     {
50 50
         foreach ($variant->getOptionValues() as $option) {
51 51
             if (!$existingVariant->hasOptionValue($option)) {
52
-               return false;
52
+                return false;
53 53
             }
54 54
         }
55 55
 
Please login to merge, or discard this patch.