Completed
Push — master ( d7a5bd...e8d259 )
by Sebastian
04:52
created
src/Backup/Source/XtraBackup.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -150,12 +150,12 @@
 block discarded – undo
150 150
         if (null == $this->executable) {
151 151
             $this->executable = new Executable\Innobackupex($this->pathToXtraBackup);
152 152
             $this->executable->useHost($this->host)
153
-                             ->credentials($this->user, $this->password)
154
-                             ->dumpDatabases($this->databases)
155
-                             ->including($this->include)
156
-                             ->dumpFrom($this->dataDir)
157
-                             ->dumpTo($this->getDumpDir($target))
158
-                             ->showStdErr($this->showStdErr);
153
+                                ->credentials($this->user, $this->password)
154
+                                ->dumpDatabases($this->databases)
155
+                                ->including($this->include)
156
+                                ->dumpFrom($this->dataDir)
157
+                                ->dumpTo($this->getDumpDir($target))
158
+                                ->showStdErr($this->showStdErr);
159 159
         }
160 160
 
161 161
         return $this->executable;
Please login to merge, or discard this patch.