aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
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
parentf5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff)
downloadnextcloud-server-b653ad164b83afbc07d7a82d2e4461dace28ba6a.tar.gz
nextcloud-server-b653ad164b83afbc07d7a82d2e4461dace28ba6a.zip
Replace @returns with @return, in /lib
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/itags.php2
-rw-r--r--lib/public/util.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/itags.php b/lib/public/itags.php
index f8ebaa668f1..1cba07e9b53 100644
--- a/lib/public/itags.php
+++ b/lib/public/itags.php
@@ -62,7 +62,7 @@ interface ITags {
* ['id' => 1, 'name' = 'Second tag'],
* ]
*
- * @returns array
+ * @return array
*/
public function getTags();
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());