mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add type hint for OC_Channel
This commit is contained in:
parent
3de945d13d
commit
4239054383
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ class OC_Util {
|
|||
if (\OC::$server->getSystemConfig()->getValue('installed', false)) {
|
||||
$channel = \OC::$server->getAppConfig()->getValue('core', 'OC_Channel');
|
||||
} else {
|
||||
/** @var $OC_Channel string */
|
||||
$channel = $OC_Channel;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue