Passed
Branch master (f5e7ae)
by refat
13:17 queued 08:33
created
App/Controllers/NotfoundController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 
7 7
 class NotfoundController extends Controller
8 8
 {
9
-  public function index()
10
-  {
9
+    public function index()
10
+    {
11 11
     $context = [
12 12
 
13 13
     ];
14 14
     return $this->PugView->render('notfound', $context);
15
-  }
15
+    }
16 16
 }
17 17
\ No newline at end of file
Please login to merge, or discard this patch.