Passed
Push — master ( 6cdb39...3ab7ee )
by Morris
14:32
created
apps/accessibility/appinfo/routes.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -22,20 +22,20 @@
 block discarded – undo
22 22
  */
23 23
 
24 24
 return [
25
-	'routes' => [
26
-		['name' => 'accessibility#getCss', 'url' => '/css/user-{md5}', 'verb' => 'GET'],
27
-		['name' => 'accessibility#getJavascript', 'url' => '/js/accessibility', 'verb' => 'GET'],
25
+    'routes' => [
26
+        ['name' => 'accessibility#getCss', 'url' => '/css/user-{md5}', 'verb' => 'GET'],
27
+        ['name' => 'accessibility#getJavascript', 'url' => '/js/accessibility', 'verb' => 'GET'],
28 28
     ],
29 29
     'ocs' => [
30
-		[
31
-			'name' => 'Config#getConfig',
32
-			'url'  => '/api/v1/config',
33
-			'verb' => 'GET',
30
+        [
31
+            'name' => 'Config#getConfig',
32
+            'url'  => '/api/v1/config',
33
+            'verb' => 'GET',
34
+        ],
35
+        [
36
+            'name' => 'Config#setConfig',
37
+            'url'  => '/api/v1/config/{key}',
38
+            'verb' => 'POST',
34 39
         ],
35
-		[
36
-			'name' => 'Config#setConfig',
37
-			'url'  => '/api/v1/config/{key}',
38
-			'verb' => 'POST',
39
-		],
40 40
     ]
41 41
 ];
Please login to merge, or discard this patch.