Passed
Push — master ( 7d2c90...945198 )
by Aimeos
03:24
created
client/html/src/Client/Html/Cms/Page/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -171,8 +171,7 @@  discard block
 block discarded – undo
171 171
 			}
172 172
 
173 173
 			$html = $view->render( $view->config( $tplconf, $default ) );
174
-		}
175
-		else
174
+		} else
176 175
 		{
177 176
 			$html = $this->modifyBody( $html, $uid );
178 177
 		}
@@ -242,8 +241,7 @@  discard block
 block discarded – undo
242 241
 			{
243 242
 				$view->pageErrorList = array_merge( $view->get( 'pageErrorList', [] ), [$e->getMessage()] );
244 243
 			}
245
-		}
246
-		else
244
+		} else
247 245
 		{
248 246
 			$html = $this->modifyHeader( $html, $uid );
249 247
 		}
Please login to merge, or discard this patch.