summaryrefslogtreecommitdiffstats
path: root/lib/public/util.php
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-11 18:05:28 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 19:08:14 +0100
commitb653ad164b83afbc07d7a82d2e4461dace28ba6a (patch)
treee1923c2b5116f0f8a242491f949d56db63288e1a /lib/public/util.php
parentf5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff)
downloadnextcloud-server-b653ad164b83afbc07d7a82d2e4461dace28ba6a.tar.gz
nextcloud-server-b653ad164b83afbc07d7a82d2e4461dace28ba6a.zip
Replace @returns with @return, in /lib
Diffstat (limited to 'lib/public/util.php')
-rw-r--r--lib/public/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/util.php b/lib/public/util.php
index 3b0fc09f7e5..006a828dca2 100644
--- a/lib/public/util.php
+++ b/lib/public/util.php
@@ -293,7 +293,7 @@ class Util {
/**
* Returns the script name, even if the website uses one or more reverse proxies
- * @returns string the script name
+ * @return string the script name
*/
public static function getScriptName() {
return(\OC_Request::scriptName());