Completed
Push — master ( 6caa0a...9b25f2 )
by Tomáš
12s
created
src/Output/FileSystemWriter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     {
36 36
         foreach ($fileInfos as $fileInfo) {
37 37
             $relativeDestination = substr($fileInfo->getPathname(), strlen($this->sourceDirectory));
38
-            $absoluteDestination = $this->outputDirectory . $relativeDestination;
38
+            $absoluteDestination = $this->outputDirectory.$relativeDestination;
39 39
 
40 40
             FileSystem::copy($fileInfo->getRealPath(), $absoluteDestination, true);
41 41
         }
Please login to merge, or discard this patch.