fix phpDocBlock for OC_App::getAppInfo

This commit is contained in:
Georg Ehrke 2014-07-05 13:32:21 +02:00
parent 042ec984bd
commit 1565089c02

View file

@ -574,7 +574,7 @@ class OC_App {
* Read all app metadata from the info.xml file * 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 string $appid id of the app or the path of the info.xml file
* @param boolean $path (optional) * @param boolean $path (optional)
* @return array * @return array|null
* @note all data is read from info.xml, not just pre-defined fields * @note all data is read from info.xml, not just pre-defined fields
*/ */
public static function getAppInfo($appid, $path = false) { public static function getAppInfo($appid, $path = false) {