Fix phpdoc

This commit is contained in:
Robin Appelman 2014-04-21 12:54:45 +02:00 committed by Thomas Müller
parent 53dc30af4f
commit c09852e006
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class OC_App {
* check if an app is of a specific type
*
* @param string $app
* @param string /array $types
* @param string|array $types
* @return bool
*/
public static function isType($app, $types) {