Passed
Pull Request — master (#19)
by Simon
04:16
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.