Passed
Push — master ( 7bc452...0d0e51 )
by
unknown
03:52
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
@@ -214,8 +214,7 @@  discard block
 block discarded – undo
214 214
 			}
215 215
 
216 216
 			$html = $view->render( $view->config( $tplconf, $default ) );
217
-		}
218
-		else
217
+		} else
219 218
 		{
220 219
 			$html = $this->modify( $html, $uid );
221 220
 		}
@@ -293,8 +292,7 @@  discard block
 block discarded – undo
293 292
 			{
294 293
 				$this->logException( $e );
295 294
 			}
296
-		}
297
-		else
295
+		} else
298 296
 		{
299 297
 			$html = $this->modify( $html, $uid );
300 298
 		}
Please login to merge, or discard this patch.