Passed
Push — etls ( 3c161b )
by Fabrice
11:34
created
src/Etl/Streams/Traits/StreamWrite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
     public function setDestinationPath(string $destinationPath): self
69 69
     {
70
-        $this->destinationPath =  $this->slashPath($destinationPath);
70
+        $this->destinationPath = $this->slashPath($destinationPath);
71 71
 
72 72
         return $this;
73 73
     }
Please login to merge, or discard this patch.