From dd08f9320249d8ac7bf96f338a5be70d60af1dce Mon Sep 17 00:00:00 2001 From: withbest Date: Mon, 29 Jul 2024 14:43:27 +0800 Subject: chore: fix some comments Signed-off-by: withbest --- lib/private/Remote/Instance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Remote') 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(); -- cgit v1.2.3