Test Failed
Push — master ( a7b1e6...2fffdb )
by Gabriel
15:27 queued 13:00
created
src/Utility/Config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
      */
47 47
     public function addBasePath($path)
48 48
     {
49
-        $this->setPath('migrations', $path.DIRECTORY_SEPARATOR.'migrations');
50
-        $this->setPath('seeds', $path.DIRECTORY_SEPARATOR.'seeds');
49
+        $this->setPath('migrations', $path . DIRECTORY_SEPARATOR . 'migrations');
50
+        $this->setPath('seeds', $path . DIRECTORY_SEPARATOR . 'seeds');
51 51
     }
52 52
 
53 53
     /**
Please login to merge, or discard this patch.