Completed
Push — develop ( f697ab...2f203c )
by Berend
02:22
created
src/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@
 block discarded – undo
316 316
 	 */
317 317
 	public function rename($file, $override = false)
318 318
 	{
319
-		return $this->move($this->getDirectory() . static::DIRECTORY_SEPARATOR . basename($file), $override);
319
+		return $this->move($this->getDirectory().static::DIRECTORY_SEPARATOR.basename($file), $override);
320 320
 	}
321 321
 
322 322
 	/**
Please login to merge, or discard this patch.