[Pkg-owncloud-commits] [owncloud] 24/52: add PHPDoc for setMimetype()

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit bdfef554c44e7af190122a035535c900d5513d32
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Thu Nov 28 19:05:43 2013 +0100

    add PHPDoc for setMimetype()
---
 lib/private/preview.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/private/preview.php b/lib/private/preview.php
index 7f21985..ff93f43 100755
--- a/lib/private/preview.php
+++ b/lib/private/preview.php
@@ -173,6 +173,10 @@ class Preview {
 		return $this;
 	}
 
+	/**
+	 * @brief set mimetype explicitely
+	 * @param string $mimetype
+	 */
 	public function setMimetype($mimetype) {
 		$this->mimetype = $mimetype;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list