diff options
Diffstat (limited to 'lib/public/Remote/IInstance.php')
-rw-r--r-- | lib/public/Remote/IInstance.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Remote/IInstance.php b/lib/public/Remote/IInstance.php index a3c45b396e8..6186c2e1819 100644 --- a/lib/public/Remote/IInstance.php +++ b/lib/public/Remote/IInstance.php @@ -1,4 +1,5 @@ <?php + /** * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later @@ -21,7 +22,7 @@ interface IInstance { public function getUrl(); /** - * @return string The of of the remote server with protocol + * @return string The of the remote server with protocol * * @since 13.0.0 * @deprecated 23.0.0 |