Completed
Push — master ( 8bc8d4...1ec7bb )
by Tim
22:57
created
Classes/Controller/ContentController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 /**
4 4
  * Content Controller.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Controller;
9 9
 
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
             ]);
63 63
 
64 64
             $content = $view->render();
65
-        } catch(\Exception $ex){
65
+        } catch (\Exception $ex) {
66 66
             return 'Exception in content rendering: ' . $ex->getMessage();
67 67
         }
68 68
     }
Please login to merge, or discard this patch.