From 75bafe81c165acdff8f03dc6cf4354b31ca999e3 Mon Sep 17 00:00:00 2001 From: Fabian Heinrich <127763209+ram-fabian-heinrich@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:33:09 +0200 Subject: [PATCH] Update IShare.php --- src/IShare.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IShare.php b/src/IShare.php index 40213b9..dc2ffd1 100644 --- a/src/IShare.php +++ b/src/IShare.php @@ -23,7 +23,7 @@ public function getName(): string; /** * Download a remote file * - * @param string $source remove file + * @param string $source remote file * @param string $target local file * @return bool * @@ -36,7 +36,7 @@ public function get(string $source, string $target): bool; * Upload a local file * * @param string $source local file - * @param string $target remove file + * @param string $target remote file * @return bool * * @throws NotFoundException