Passed
Push — master ( 2d596a...955aba )
by Aimeos
06:24 queued 03:13
created
client/html/src/Client/Html/Catalog/Detail/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
 				$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
185 185
 				$view->detailErrorList = array_merge( $view->get( 'detailErrorList', [] ), $error );
186 186
 
187
-				if ( $e->getCode() === 404 ) { throw $e; }
187
+				if( $e->getCode() === 404 ) { throw $e; }
188 188
 			}
189 189
 			catch( \Aimeos\MShop\Exception $e )
190 190
 			{
Please login to merge, or discard this patch.