Passed
Push — master ( cd1865...3b0c7b )
by Aimeos
04:41
created
src/MShop/Common/Item/Config/Traits.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@
 block discarded – undo
113 113
 				if( !$this->compareConfig( $v, $bv ) ) {
114 114
 					return false;
115 115
 				}
116
-			}
117
-			elseif( $v != $bv )
116
+			} elseif( $v != $bv )
118 117
 			{
119 118
 				return false;
120 119
 			}
Please login to merge, or discard this patch.