Passed
Push — master ( 38b368...b18c04 )
by
unknown
12:21
created
typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
                             // Try adding or editing
283 283
                             $content .= $this->editTaskAction($requestUri);
284 284
                             $sectionTitle = $this->getLanguageService()->getLL('action.' . $this->getCurrentAction());
285
-                        } catch (\LogicException|\UnexpectedValueException|\OutOfBoundsException $e) {
285
+                        } catch (\LogicException | \UnexpectedValueException | \OutOfBoundsException $e) {
286 286
                             // Catching all types of exceptions that were previously handled and
287 287
                             // converted to messages
288 288
                             $content .= $this->listTasksAction();
Please login to merge, or discard this patch.