Passed
Pull Request — master (#3)
by
unknown
07:38
created
demo/data/php.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php return array (
2
-  'name' => 'bavix/config',
3
-  'description' => '%php.description%',
4
-  'license' => 'MIT',
5
-  'authors' => 
6
-  array (
2
+    'name' => 'bavix/config',
3
+    'description' => '%php.description%',
4
+    'license' => 'MIT',
5
+    'authors' => 
6
+    array (
7 7
     0 => 
8 8
     array (
9
-      'name' => 'REZ1DENT3',
10
-      'email' => '[email protected]',
9
+        'name' => 'REZ1DENT3',
10
+        'email' => '[email protected]',
11
+    ),
11 12
     ),
12
-  ),
13 13
 );
14 14
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1
-<?php return array (
1
+<?php return array(
2 2
   'name' => 'bavix/config',
3 3
   'description' => '%php.description%',
4 4
   'license' => 'MIT',
5 5
   'authors' => 
6
-  array (
6
+  array(
7 7
     0 => 
8
-    array (
8
+    array(
9 9
       'name' => 'REZ1DENT3',
10 10
       'email' => '[email protected]',
11 11
     ),
Please login to merge, or discard this patch.