[Pkg-owncloud-commits] [owncloud] 30/70: fix phpDocBlock for OC_App::getAppInfo
David Prévot
taffit at moszumanska.debian.org
Mon Jul 14 17:38:05 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 d2fd78a0c97ea594172b763d83ddc8240c003503
Author: Georg Ehrke <developer at georgehrke.com>
Date: Sat Jul 5 13:32:21 2014 +0200
fix phpDocBlock for OC_App::getAppInfo
---
lib/private/app.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/app.php b/lib/private/app.php
index be75f96..b7d58c7 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -574,7 +574,7 @@ class OC_App {
* Read all app metadata from the info.xml file
* @param string $appid id of the app or the path of the info.xml file
* @param boolean $path (optional)
- * @return array
+ * @return array|null
* @note all data is read from info.xml, not just pre-defined fields
*/
public static function getAppInfo($appid, $path = false) {
--
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