Passed
Push — master ( 76bdd0...32d694 )
by Gaetano
18:32
created
app/src/Core/SqlExecutor/Forked/NativeClient.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 if ($action == self::EXECUTE_COMMAND) {
69 69
                     $options[] = '--execute=' . $sqlOrFilename;
70 70
                 }
71
-               // $env = [
71
+                // $env = [
72 72
                     // problematic when wrapping the process in a call to `time`...
73 73
                     //'MYSQL_PWD' => $this->databaseConfiguration['password'],
74 74
                 //];
Please login to merge, or discard this patch.