Completed
Push — master ( 9898fa...44c9ca )
by Sergii
06:52
created
src/Utils/Database/Operator.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,10 +41,10 @@
 block discarded – undo
41 41
         $credentials = [];
42 42
 
43 43
         foreach ([
44
-          'u' => $username,
45
-          'p' => $password,
46
-          'h' => $host,
47
-          'P' => $port,
44
+            'u' => $username,
45
+            'p' => $password,
46
+            'h' => $host,
47
+            'P' => $port,
48 48
         ] as $parameter => $value) {
49 49
             if (!empty($value)) {
50 50
                 $credentials[] = "-$parameter$value";
Please login to merge, or discard this patch.