Test Setup Failed
Pull Request — master (#3)
by Jonathan André
16:59 queued 07:42
created
app/Exceptions/Handler.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      *
36 36
      * @return void
37 37
      */
38
-    public function report(Exception $exception)
38
+    public function report (Exception $exception)
39 39
     {
40 40
         parent::report($exception);
41 41
     }
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @return \Illuminate\Http\Response
50 50
      */
51
-    public function render($request, Exception $exception)
51
+    public function render ($request, Exception $exception)
52 52
     {
53 53
         return parent::render($request, $exception);
54 54
     }
Please login to merge, or discard this patch.
app/Http/Controllers/Auth/ForgotPasswordController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      *
33 33
      * @return void
34 34
      */
35
-    public function __construct()
35
+    public function __construct ()
36 36
     {
37 37
         $this->middleware('guest');
38 38
     }
Please login to merge, or discard this patch.