Passed
Branch v1.4.0 (286415)
by Wanderson
01:21
created
Category
www/app/models/Win/Filesystem/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 				throw new Exception($name . ' is a invalid file name.');
66 66
 			}
67 67
 			$relativePath = static::DS . $name . $this->getExtensionDot();
68
-			$this->setPath($this->getDirectory()->getPath(). $relativePath);
68
+			$this->setPath($this->getDirectory()->getPath() . $relativePath);
69 69
 		}
70 70
 	}
71 71
 
Please login to merge, or discard this patch.