Passed
Push — master ( 4a159f...7bc452 )
by Aimeos
03:58
created
client/html/src/Client/Html/Supplier/Detail/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -179,8 +179,7 @@  discard block
 block discarded – undo
179 179
 			}
180 180
 
181 181
 			$html = $view->render( $view->config( $tplconf, $default ) );
182
-		}
183
-		else
182
+		} else
184 183
 		{
185 184
 			$html = $this->modify( $html, $uid );
186 185
 		}
@@ -250,8 +249,7 @@  discard block
 block discarded – undo
250 249
 			{
251 250
 				$this->logException( $e );
252 251
 			}
253
-		}
254
-		else
252
+		} else
255 253
 		{
256 254
 			$html = $this->modify( $html, $uid );
257 255
 		}
Please login to merge, or discard this patch.