diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-11 18:05:28 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-13 19:08:14 +0100 |
commit | b653ad164b83afbc07d7a82d2e4461dace28ba6a (patch) | |
tree | e1923c2b5116f0f8a242491f949d56db63288e1a /lib/public/util.php | |
parent | f5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff) | |
download | nextcloud-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.php | 2 |
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()); |