Passed
Push — master ( 95cec4...1545f9 )
by Kirill
03:38
created
src/AnnotatedRoutes/tests/App/runtime/cache/routes.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return array (
4
-  'index' =>
5
-  array (
4
+    'index' =>
5
+    array (
6 6
     'pattern' => '/',
7 7
     'controller' => 'Spiral\\Tests\\Router\\App\\Controller\\HomeController',
8 8
     'action' => 'index',
9 9
     'group' => 'default',
10 10
     'verbs' =>
11 11
     array (
12
-      0 => 'GET',
12
+        0 => 'GET',
13 13
     ),
14 14
     'defaults' =>
15 15
     array (
@@ -17,16 +17,16 @@  discard block
 block discarded – undo
17 17
     'middleware' =>
18 18
     array (
19 19
     ),
20
-  ),
21
-  'method' =>
22
-  array (
20
+    ),
21
+    'method' =>
22
+    array (
23 23
     'pattern' => '/',
24 24
     'controller' => 'Spiral\\Tests\\Router\\App\\Controller\\HomeController',
25 25
     'action' => 'method',
26 26
     'group' => 'default',
27 27
     'verbs' =>
28 28
     array (
29
-      0 => 'POST',
29
+        0 => 'POST',
30 30
     ),
31 31
     'defaults' =>
32 32
     array (
@@ -34,5 +34,5 @@  discard block
 block discarded – undo
34 34
     'middleware' =>
35 35
     array (
36 36
     ),
37
-  ),
37
+    ),
38 38
 );
Please login to merge, or discard this patch.