Passed
Pull Request — master (#102)
by Korotkov
02:12
created
app/cache/routes/routes_demo.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -1,86 +1,86 @@
 block discarded – undo
1 1
 <?php
2 2
 return array (
3
-  0 => 
4
-  array (
5 3
     0 => 
6 4
     array (
7
-      'url' => '',
8
-      'controller' => 'App\\Containers\\Demo\\Controller\\IndexController',
9
-      'action' => 'attributes',
10
-      'middleware' => 
11
-      array (
5
+    0 => 
6
+    array (
7
+        'url' => '',
8
+        'controller' => 'App\\Containers\\Demo\\Controller\\IndexController',
9
+        'action' => 'attributes',
10
+        'middleware' => 
11
+        array (
12 12
         'before' => 
13 13
         array (
14
-          0 => 
15
-          array (
14
+            0 => 
15
+            array (
16 16
             0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware',
17
-          ),
18
-          1 => 
19
-          array (
17
+            ),
18
+            1 => 
19
+            array (
20 20
             0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware',
21
-          ),
21
+            ),
22 22
         ),
23 23
         'after' => 
24 24
         array (
25
-          0 => 
26
-          array (
25
+            0 => 
26
+            array (
27 27
             0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware',
28
-          ),
29
-          1 => 
30
-          array (
28
+            ),
29
+            1 => 
30
+            array (
31 31
             0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware',
32
-          ),
32
+            ),
33
+        ),
33 34
         ),
34
-      ),
35
-      'method' => 'GET',
35
+        'method' => 'GET',
36 36
     ),
37
-  ),
38
-  1 => 
39
-  array (
37
+    ),
38
+    1 => 
39
+    array (
40 40
     0 => 
41 41
     array (
42
-      'url' => 'name/:[\\d]{1,3}',
43
-      'controller' => 'App\\Containers\\Demo\\Controller\\IndexController',
44
-      'action' => 'attributes',
45
-      'middleware' => 
46
-      array (
42
+        'url' => 'name/:[\\d]{1,3}',
43
+        'controller' => 'App\\Containers\\Demo\\Controller\\IndexController',
44
+        'action' => 'attributes',
45
+        'middleware' => 
46
+        array (
47 47
         'before' => 
48 48
         array (
49
-          0 => 
50
-          array (
49
+            0 => 
50
+            array (
51 51
             0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware',
52
-          ),
53
-          1 => 
54
-          array (
52
+            ),
53
+            1 => 
54
+            array (
55 55
             0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware',
56
-          ),
56
+            ),
57 57
         ),
58 58
         'after' => 
59 59
         array (
60
-          0 => 
61
-          array (
60
+            0 => 
61
+            array (
62 62
             0 => 'App\\Containers\\Demo\\Middleware\\FirstMiddleware',
63
-          ),
64
-          1 => 
65
-          array (
63
+            ),
64
+            1 => 
65
+            array (
66 66
             0 => 'App\\Containers\\Demo\\Middleware\\SecondMiddleware',
67
-          ),
67
+            ),
68 68
         ),
69
-      ),
70
-      'method' => 'GET',
69
+        ),
70
+        'method' => 'GET',
71
+    ),
71 72
     ),
72
-  ),
73
-  2 => 
74
-  array (
73
+    2 => 
74
+    array (
75 75
     0 => 
76 76
     array (
77
-      'url' => 'autowire',
78
-      'controller' => 'App\\Containers\\Demo\\Controller\\IndexController',
79
-      'action' => 'autowire',
80
-      'middleware' => 
81
-      array (
82
-      ),
83
-      'method' => 'GET',
77
+        'url' => 'autowire',
78
+        'controller' => 'App\\Containers\\Demo\\Controller\\IndexController',
79
+        'action' => 'autowire',
80
+        'middleware' => 
81
+        array (
82
+        ),
83
+        'method' => 'GET',
84
+    ),
84 85
     ),
85
-  ),
86 86
 );
87 87
\ No newline at end of file
Please login to merge, or discard this patch.