@@ -177,9 +177,9 @@ |
||
177 | 177 | GeneralUtility::getFileAbsFileName('EXT:scheduler/Resources/Private/Templates/Backend/SchedulerModule/Index.html') |
178 | 178 | ); |
179 | 179 | $this->view->assignMultiple([ |
180 | - 'headline' => $this->getLanguageService()->getLL('function.' . $this->MOD_SETTINGS['function']), |
|
181 | - 'sectionTitle' => $this->getSectionTitle(), |
|
182 | - 'content' => $content, |
|
180 | + 'headline' => $this->getLanguageService()->getLL('function.' . $this->MOD_SETTINGS['function']), |
|
181 | + 'sectionTitle' => $this->getSectionTitle(), |
|
182 | + 'content' => $content, |
|
183 | 183 | ]); |
184 | 184 | |
185 | 185 | $this->getButtons($request); |
@@ -286,7 +286,7 @@ |
||
286 | 286 | try { |
287 | 287 | // Try adding or editing |
288 | 288 | $content .= $this->editTaskAction($requestUri); |
289 | - } catch (\LogicException|\UnexpectedValueException|\OutOfBoundsException $e) { |
|
289 | + } catch (\LogicException | \UnexpectedValueException | \OutOfBoundsException $e) { |
|
290 | 290 | // Catching all types of exceptions that were previously handled and |
291 | 291 | // converted to messages |
292 | 292 | $content .= $this->listTasksAction(); |