Passed
Push — master ( 08b0e3...470a64 )
by Nicholas
01:48
created
src/config/config.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-	return (object) [
4
-		'client'=> '',
5
-		'user'	=> '',
6
-		'pass'	=> '' 
7
-	];
8 3
\ No newline at end of file
4
+        return (object) [
5
+                'client'=> '',
6
+                'user'	=> '',
7
+                'pass'	=> '' 
8
+        ];
9 9
\ No newline at end of file
Please login to merge, or discard this patch.