diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 18:00:38 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 22:55:47 +0200 |
commit | cc8a4511fea5108cd088d49a27cb34a59d7d59e5 (patch) | |
tree | 88ea73b726622248c579ed34dbebefa8b95ac3f4 /lib/public/template.php | |
parent | a4b7f5155fbd0c66fa418199305fccd5c2e7bb31 (diff) | |
download | nextcloud-server-cc8a4511fea5108cd088d49a27cb34a59d7d59e5.tar.gz nextcloud-server-cc8a4511fea5108cd088d49a27cb34a59d7d59e5.zip |
Fix PHPdoc in lib/public
using scrutinizer patch
Diffstat (limited to 'lib/public/template.php')
-rw-r--r-- | lib/public/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/template.php b/lib/public/template.php index 9a994c1bea8..6cc984b12d5 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -67,7 +67,7 @@ function preview_icon( $path ) { * Returns the path to the preview of the image. * @param string $path of file * @param string $token - * @return link to the preview + * @return string link to the preview */ function publicPreview_icon ( $path, $token ) { return(\publicPreview_icon( $path, $token )); |