Completed
Push — master ( 054527...be0150 )
by Milan
01:52
created
src/Driver/Ftp.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
 		return $this->hostUrl . '/' . Upload\Utils::makeRelativePath($relativePath);
30 30
 	}
31 31
 
32
+	/**
33
+	 * @param string $relativePath
34
+	 */
32 35
 	public function isFileExists($relativePath)
33 36
 	{
34 37
 		return $this->ftp->fileExists(Upload\Utils::makeRelativePath($relativePath));
Please login to merge, or discard this patch.
src/Store/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,6 +68,6 @@
 block discarded – undo
68 68
 
69 69
 	public function __toString()
70 70
 	{
71
-		return (string)$this->getRelativePath();
71
+		return (string) $this->getRelativePath();
72 72
 	}
73 73
 }
74 74
\ No newline at end of file
Please login to merge, or discard this patch.