Completed
Push — master ( 67f111...ee3fe7 )
by Sebastian
03:47
created
src/Backup/Source/Tar.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -141,10 +141,10 @@
 block discarded – undo
141 141
 
142 142
             $this->executable = new Executable\Tar($this->pathToTar);
143 143
             $this->executable->archiveDirectory($this->path)
144
-                             ->useCompression($this->compression)
145
-                             ->ignoreFailedRead($this->ignoreFailedRead)
146
-                             ->removeSourceDirectory($this->removeSourceDir)
147
-                             ->archiveTo($this->pathToArchive);
144
+                                ->useCompression($this->compression)
145
+                                ->ignoreFailedRead($this->ignoreFailedRead)
146
+                                ->removeSourceDirectory($this->removeSourceDir)
147
+                                ->archiveTo($this->pathToArchive);
148 148
         }
149 149
         return $this->executable;
150 150
     }
Please login to merge, or discard this patch.