Passed
Push — master ( a27845...1b1654 )
by Aimeos
27:12 queued 19:18
created
controller/frontend/src/Controller/Frontend/Basket/Base.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@
 block discarded – undo
316 316
 					$this->object()->addService( $service, $attributes );
317 317
 					$basket->deleteService( $type );
318 318
 				}
319
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
319
+				catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically
320 320
 			}
321 321
 		}
322 322
 
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,9 @@
 block discarded – undo
316 316
 					$this->object()->addService( $service, $attributes );
317 317
 					$basket->deleteService( $type );
318 318
 				}
319
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
319
+				catch( \Exception $e )
320
+				{
321
+; } // Don't notify the user as appropriate services can be added automatically
320 322
 			}
321 323
 		}
322 324
 
Please login to merge, or discard this patch.