Passed
Push — master ( 64c5f7...3d8fa3 )
by Simon
05:15 queued 02:46
created
Tests/Controller/ExportJsSecuredRoutesControllerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 SilRouteSecurity.addSecuredRoutes('app_secured_route_test', true);
37 37
 
38 38
 JAVASCRIPT
39
-       , $response->getContent());
39
+        , $response->getContent());
40 40
     }
41 41
 
42 42
     public function testWithUserHasNotAccessToRoute()
Please login to merge, or discard this patch.