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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-11 21:05:28 +0400
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 22:08:14 +0400
commitb653ad164b83afbc07d7a82d2e4461dace28ba6a (patch)
treee1923c2b5116f0f8a242491f949d56db63288e1a /lib/private/template
parentf5bc680f9c725c0aea166f3fc3eee8e0bcf5427c (diff)
Replace @returns with @return, in /lib
Diffstat (limited to 'lib/private/template')
-rw-r--r--lib/private/template/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/template/functions.php b/lib/private/template/functions.php
index 3c42d441efa..0a32dc48f22 100644
--- a/lib/private/template/functions.php
+++ b/lib/private/template/functions.php
@@ -71,7 +71,7 @@ function mimetype_icon( $mimetype ) {
* @brief make preview_icon available as a simple function
* Returns the path to the preview of the image.
* @param $path path of file
- * @returns link to the preview
+ * @return link to the preview
*
* For further information have a look at OC_Helper::previewIcon
*/