mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix phpdoc
This commit is contained in:
parent
53dc30af4f
commit
c09852e006
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue