mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix phpdoc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
0efd6d9950
commit
b9ccc60837
1 changed files with 2 additions and 2 deletions
|
|
@ -84,12 +84,12 @@ interface IAppManager {
|
|||
public function isInstalled($appId);
|
||||
|
||||
/**
|
||||
* Check if an app is enabled by default
|
||||
* Check if an app should be enabled by default
|
||||
*
|
||||
* Notice: This actually checks if the app should be enabled by default
|
||||
* and not if currently installed/enabled
|
||||
*
|
||||
* @param string $appId
|
||||
* @param string $appId ID of the app
|
||||
* @since 25.0.0
|
||||
*/
|
||||
public function isDefaultEnabled(string $appId):bool;
|
||||
|
|
|
|||
Loading…
Reference in a new issue