mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Fix PHPDoc of OC_App::loadApps()
This commit is contained in:
parent
ad6238c808
commit
bfde96a623
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class OC_App {
|
|||
/**
|
||||
* loads all apps
|
||||
*
|
||||
* @param array $types
|
||||
* @param string[] | string | null $types
|
||||
* @return bool
|
||||
*
|
||||
* This function walks through the ownCloud directory and loads all apps
|
||||
|
|
|
|||
Loading…
Reference in a new issue