Passed
Push — master ( 80661e...c8031b )
by Milan
02:11
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
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 	public function loadConfiguration()
35 35
 	{
36 36
 		$builder = $this->getContainerBuilder();
37
-		$config = $this->config + $this->defaults;;
37
+		$config = $this->config + $this->defaults; ;
38 38
 		$config['destinations'] = self::prepareDestination($config['destinations']);
39 39
 
40 40
 		foreach ($config['ftp'] as $name => $options) {
Please login to merge, or discard this patch.