Passed
Branch master (6a82e7)
by joery
02:11
created
src/DscanController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,6 @@
 block discarded – undo
9 9
 {
10 10
     public function index()
11 11
     {
12
-    	return view('dscan::index');
12
+      return view('dscan::index');
13 13
     }
14 14
 }
Please login to merge, or discard this patch.
src/routes/web.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 Route::get('/dscan',
4
-	'Azak1r\Dscan\DscanController@index');
5 4
\ No newline at end of file
5
+  'Azak1r\Dscan\DscanController@index');
6 6
\ No newline at end of file
Please login to merge, or discard this patch.