From 1565089c02eb8f66afdb58e1d503ddf5dd915d3c Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 5 Jul 2014 13:32:21 +0200 Subject: fix phpDocBlock for OC_App::getAppInfo --- lib/private/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/app.php') 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) { -- cgit v1.2.3