Passed
Pull Request — master (#155)
by
unknown
03:40
created
client/html/src/Client/Html/Catalog/Detail/Standard.php 2 patches
Indentation   +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.
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.