Completed
Pull Request — master (#744)
by
unknown
13s
created
Classes/Controller/CalendarController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -404,8 +404,7 @@
 block discarded – undo
404 404
             /** @var Index $index */
405 405
             $index = $this->indexRepository->findByUid($arguments['index']);
406 406
             $date = $index->getStartDate();
407
-        }
408
-        else {
407
+        } else {
409 408
             if ($useCurrentDate) {
410 409
                 $date = $now;
411 410
             }
Please login to merge, or discard this patch.