summaryrefslogtreecommitdiffstats
path: root/lib/private/app.php
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2014-07-05 13:32:21 +0200
committerGeorg Ehrke <developer@georgehrke.com>2014-07-05 13:32:21 +0200
commit1565089c02eb8f66afdb58e1d503ddf5dd915d3c (patch)
tree5ca658808d438ec6eb8b510070183345126c2fd5 /lib/private/app.php
parent042ec984bd65efdbd66a3750237e0d2c6867ee97 (diff)
downloadnextcloud-server-1565089c02eb8f66afdb58e1d503ddf5dd915d3c.tar.gz
nextcloud-server-1565089c02eb8f66afdb58e1d503ddf5dd915d3c.zip
fix phpDocBlock for OC_App::getAppInfo
Diffstat (limited to 'lib/private/app.php')
-rw-r--r--lib/private/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php
index be75f96eeee..b7d58c72340 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) {