aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Remote
diff options
context:
space:
mode:
authorwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
committerwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
commitdd08f9320249d8ac7bf96f338a5be70d60af1dce (patch)
treea1c45c5f1663e72a8591ad6e0d57bc2a05c7e7b6 /lib/private/Remote
parent8f235982c9d4380065ba2568b6185c4ceefaa9fa (diff)
downloadnextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.tar.gz
nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.zip
chore: fix some comments
Signed-off-by: withbest <seekseat@outlook.com>
Diffstat (limited to 'lib/private/Remote')
-rw-r--r--lib/private/Remote/Instance.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Remote/Instance.php b/lib/private/Remote/Instance.php
index 4ae734521cf..ac3233b93c9 100644
--- a/lib/private/Remote/Instance.php
+++ b/lib/private/Remote/Instance.php
@@ -46,7 +46,7 @@ class Instance implements IInstance {
}
/**
- * @return string The of of the remote server with protocol
+ * @return string The of the remote server with protocol
*/
public function getFullUrl() {
return $this->getProtocol() . '://' . $this->getUrl();