Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-03-19 13:04:52 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-03-19 14:51:39 +0300
commit02cde8030b9381c586fd42613fd170eab2b0ab37 (patch)
tree4d92bd81a72f05b77229ca45c5a64798b836e668 /lib
parent8bc343da6f633738e569e806f7e272eb88f3d7da (diff)
fix function documentation
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SAMLController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/SAMLController.php b/lib/Controller/SAMLController.php
index bdeae2c3..6ae31fdf 100644
--- a/lib/Controller/SAMLController.php
+++ b/lib/Controller/SAMLController.php
@@ -373,7 +373,7 @@ class SAMLController extends Controller {
}
/**
- * get SSO URL
+ * get Nextcloud login URL
*
* @return string
*/