summaryrefslogtreecommitdiffstats
path: root/lib/private/preview.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-13 12:22:18 +0200
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 19:09:14 +0100
commit650a55e2ba1c22ee6dc5c6902a90b1dcd2c00155 (patch)
treed0db50756a6d834b629184762e40293e055dc6f5 /lib/private/preview.php
parent7853bc4cacee0e5361fd25ea0c2a67cf7a526c91 (diff)
downloadnextcloud-server-650a55e2ba1c22ee6dc5c6902a90b1dcd2c00155.tar.gz
nextcloud-server-650a55e2ba1c22ee6dc5c6902a90b1dcd2c00155.zip
object -> \OC\Preview
Diffstat (limited to 'lib/private/preview.php')
-rwxr-xr-xlib/private/preview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/preview.php b/lib/private/preview.php
index bf8c04e0998..eb932470a47 100755
--- a/lib/private/preview.php
+++ b/lib/private/preview.php
@@ -191,7 +191,7 @@ class Preview {
/**
* @brief set the path of the file you want a thumbnail from
* @param string $file
- * @return object $this
+ * @return \OC\Preview $this
*/
public function setFile($file) {
$this->file = $file;