Passed
Push — master ( dc7db1...50d1ae )
by Gabriel
05:35 queued 12s
created
src/Traits/HasPathsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function setBasePath($path)
33 33
     {
34
-        $path = rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
34
+        $path = rtrim($path, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR;
35 35
         $this->basePath = $path;
36 36
         $this->getFinder()->prependPath($path);
37 37
         return $this;
Please login to merge, or discard this patch.