[Pkg-owncloud-commits] [owncloud] 24/223: fix php doc block
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 602404c631f4acaf3e5ae1445c4e1aa42be365c5
Author: Georg Ehrke <developer at georgehrke.com>
Date: Tue Jun 10 13:58:41 2014 +0200
fix php doc block
---
lib/private/app.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/private/app.php b/lib/private/app.php
index f4368bf..a626239 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -1107,6 +1107,8 @@ class OC_App {
/**
* @param mixed $app
* @return bool
+ * @throws Exception if app is not compatible with this version of ownCloud
+ * @throws Exception if no app-name was specified
*/
public static function installApp($app) {
$l = OC_L10N::get('core');
--
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