Completed
Push — master ( 6c75b7...90deda )
by Aimeos
15:40 queued 12:37
created
controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,8 +97,7 @@
 block discarded – undo
97 97
 					$item->setDateNext( date_create( $item->getTimeCreated() )->add( $interval )->format( 'Y-m-d' ) );
98 98
 
99 99
 					$manager->saveItem( $item );
100
-				}
101
-				catch( \Exception $e )
100
+				} catch( \Exception $e )
102 101
 				{
103 102
 					$msg = 'Unable to process subscription with ID "%1$S": %2$s';
104 103
 					$logger->log( sprintf( $msg, $item->getId(), $e->getMessage() ) );
Please login to merge, or discard this patch.