Passed
Push — master ( 407684...48d2f8 )
by Бабичев
03:42
created
storage.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -1,53 +1,53 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 array (
4
-  'person' => 
5
-  array (
4
+    'person' => 
5
+    array (
6 6
     0 => 
7 7
     array (
8
-      'name' => 'Alex',
9
-      'age' => 34,
10
-      'cars' => 
11
-      array (
8
+        'name' => 'Alex',
9
+        'age' => 34,
10
+        'cars' => 
11
+        array (
12 12
         0 => 
13 13
         array (
14
-          '@attributes' => 
15
-          array (
14
+            '@attributes' => 
15
+            array (
16 16
             'drive' => 'test',
17
-          ),
18
-          '@value' => 'Volvo',
17
+            ),
18
+            '@value' => 'Volvo',
19 19
         ),
20 20
         1 => 'BMW',
21 21
         2 => 'Toyota',
22 22
         3 => 'Honda',
23 23
         4 => 'Mercedes',
24 24
         5 => 'Opel',
25
-      ),
25
+        ),
26 26
     ),
27 27
     1 => 
28 28
     array (
29
-      'name' => 
30
-      array (
29
+        'name' => 
30
+        array (
31 31
         '@attributes' => 
32 32
         array (
33
-          'age' => 44,
33
+            'age' => 44,
34 34
         ),
35 35
         '@value' => 'Ivan',
36
-      ),
37
-      'cars' => 'Opel',
36
+        ),
37
+        'cars' => 'Opel',
38 38
     ),
39 39
     2 => 
40 40
     array (
41
-      '@attributes' => 
42
-      array (
41
+        '@attributes' => 
42
+        array (
43 43
         'name' => 'Anton',
44
-      ),
45
-      'age' => 22,
46
-      'cars' => 
47
-      array (
44
+        ),
45
+        'age' => 22,
46
+        'cars' => 
47
+        array (
48 48
         0 => 'Volvo',
49 49
         1 => 'BMW',
50
-      ),
50
+        ),
51
+    ),
51 52
     ),
52
-  ),
53 53
 );
54 54
\ No newline at end of file
Please login to merge, or discard this patch.
xml.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -1,53 +1,53 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 array (
4
-  'person' => 
5
-  array (
4
+    'person' => 
5
+    array (
6 6
     0 => 
7 7
     array (
8
-      'name' => 'Alex',
9
-      'age' => '34',
10
-      'cars' => 
11
-      array (
8
+        'name' => 'Alex',
9
+        'age' => '34',
10
+        'cars' => 
11
+        array (
12 12
         0 => 
13 13
         array (
14
-          '@attributes' => 
15
-          array (
14
+            '@attributes' => 
15
+            array (
16 16
             'drive' => 'test',
17
-          ),
18
-          '@value' => 'Volvo',
17
+            ),
18
+            '@value' => 'Volvo',
19 19
         ),
20 20
         1 => 'BMW',
21 21
         2 => 'Toyota',
22 22
         3 => 'Honda',
23 23
         4 => 'Mercedes',
24 24
         5 => 'Opel',
25
-      ),
25
+        ),
26 26
     ),
27 27
     1 => 
28 28
     array (
29
-      'name' => 
30
-      array (
29
+        'name' => 
30
+        array (
31 31
         '@attributes' => 
32 32
         array (
33
-          'age' => '44',
33
+            'age' => '44',
34 34
         ),
35 35
         '@value' => 'Ivan',
36
-      ),
37
-      'cars' => 'Opel',
36
+        ),
37
+        'cars' => 'Opel',
38 38
     ),
39 39
     2 => 
40 40
     array (
41
-      '@attributes' => 
42
-      array (
41
+        '@attributes' => 
42
+        array (
43 43
         'name' => 'Anton',
44
-      ),
45
-      'age' => '22',
46
-      'cars' => 
47
-      array (
44
+        ),
45
+        'age' => '22',
46
+        'cars' => 
47
+        array (
48 48
         0 => 'Volvo',
49 49
         1 => 'BMW',
50
-      ),
50
+        ),
51
+    ),
51 52
     ),
52
-  ),
53 53
 );
54 54
\ No newline at end of file
Please login to merge, or discard this patch.