Completed
Push — master ( b7789b...80e9ab )
by Milan
01:49
created
src/Driver/Ftp.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
 	}
29 29
 
30 30
 
31
+	/**
32
+	 * @param string $relativePath
33
+	 */
31 34
 	public function isFileExists($relativePath)
32 35
 	{
33 36
 		return $this->ftp->fileExists(Upload\Utils::makeRelativePath($relativePath));
Please login to merge, or discard this patch.
src/DI/UploadExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 				return [];
103 103
 			}
104 104
 
105
-			$destination = $this->getContainerBuilder()->parameters;['wwwDir'] . '/upload';
105
+			$destination = $this->getContainerBuilder()->parameters; ['wwwDir'] . '/upload';
106 106
 		}
107 107
 		return ['default' => $destination];
108 108
 	}
Please login to merge, or discard this patch.