Passed
Push — master ( 3c1474...14e852 )
by Aimeos
03:20
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
@@ -165,8 +165,7 @@  discard block
 block discarded – undo
165 165
 			}
166 166
 
167 167
 			$html = $view->render( $view->config( $tplconf, $default ) );
168
-		}
169
-		else
168
+		} else
170 169
 		{
171 170
 			$html = $this->modify( $html, $uid );
172 171
 		}
@@ -233,8 +232,7 @@  discard block
 block discarded – undo
233 232
 			{
234 233
 				$view->pageErrorList = array_merge( $view->get( 'pageErrorList', [] ), [$e->getMessage()] );
235 234
 			}
236
-		}
237
-		else
235
+		} else
238 236
 		{
239 237
 			$html = $this->modify( $html, $uid );
240 238
 		}
Please login to merge, or discard this patch.