Completed
Pull Request — master (#754)
by Alexander
14s
created
Classes/Controller/CalendarController.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@  discard block
 block discarded – undo
316 316
     ) {
317 317
         if ($this->request->hasArgument('format')) {
318 318
             if ($this->request->getArgument('format') != 'html') {
319
-                return $this->return404Page();;
319
+                return $this->return404Page(); ;
320 320
             }
321 321
         }
322 322
 
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
     {
344 344
         if ($this->request->hasArgument('format')) {
345 345
             if ($this->request->getArgument('format') != 'html') {
346
-                return $this->return404Page();;
346
+                return $this->return404Page(); ;
347 347
             }
348 348
         }
349 349
 
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
     {
380 380
         if ($this->request->hasArgument('format')) {
381 381
             if ($this->request->getArgument('format') != 'html') {
382
-                return $this->return404Page();;
382
+                return $this->return404Page(); ;
383 383
             }
384 384
         }
385 385
 
@@ -413,7 +413,7 @@  discard block
 block discarded – undo
413 413
     {
414 414
         if ($this->request->hasArgument('format')) {
415 415
             if ($this->request->getArgument('format') != 'html') {
416
-                return $this->return404Page();;
416
+                return $this->return404Page(); ;
417 417
             }
418 418
         }
419 419
 
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
     {
460 460
         if ($this->request->hasArgument('format')) {
461 461
             if ($this->request->getArgument('format') != 'html') {
462
-                return $this->return404Page();;
462
+                return $this->return404Page(); ;
463 463
             }
464 464
         }
465 465
 
@@ -510,7 +510,7 @@  discard block
 block discarded – undo
510 510
     {
511 511
         if ($this->request->hasArgument('format')) {
512 512
             if ($this->request->getArgument('format') != 'html') {
513
-                return $this->return404Page();;
513
+                return $this->return404Page(); ;
514 514
             }
515 515
         }
516 516
 
Please login to merge, or discard this patch.