Passed
Push — develop ( bf1f58...f06a50 )
by Greg
07:48
created
app/Http/Middleware/ExceptionHandler.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,8 @@
 block discarded – undo
39 39
      *
40 40
      * @param ErrorController $error_controller
41 41
      */
42
-    public function __construct(ErrorController $error_controller) {
42
+    public function __construct(ErrorController $error_controller)
43
+    {
43 44
 
44 45
         $this->error_controller = $error_controller;
45 46
     }
Please login to merge, or discard this patch.