Completed
Push — master ( 1204eb...5574d8 )
by Matthew
05:57
created
ORM/JobManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -209,8 +209,7 @@
 block discarded – undo
209 209
             $objectManager->beginTransaction();
210 210
             parent::runStalledLoop($i, $count, $stalledJobs, $countProcessed);
211 211
             $objectManager->commit();
212
-        }
213
-        catch (\Exception $exception) {
212
+        } catch (\Exception $exception) {
214 213
             $objectManager->rollback();
215 214
 
216 215
             // Try again
Please login to merge, or discard this patch.