Completed
Push — master ( 9a435c...048270 )
by Sebastian
09:14
created
src/Backup/Source/Tar.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -132,9 +132,9 @@
 block discarded – undo
132 132
 
133 133
             $this->executable = new Executable\Tar($this->pathToTar);
134 134
             $this->executable->archiveDirectory($this->path)
135
-                             ->useCompression($this->compression)
136
-                             ->removeSourceDirectory($this->removeSourceDir)
137
-                             ->archiveTo($this->pathToArchive);
135
+                                ->useCompression($this->compression)
136
+                                ->removeSourceDirectory($this->removeSourceDir)
137
+                                ->archiveTo($this->pathToArchive);
138 138
         }
139 139
         return $this->executable;
140 140
     }
Please login to merge, or discard this patch.