diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php index fea337bb9296a..2d21c02f7b86c 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -161,7 +161,7 @@ class RegistrationContext { /** @var ServiceRegistration[] */ private array $declarativeSettings = []; - /** @var array */ + /** @var array> Config lexicon classes indexed by appid */ private array $configLexiconClasses = []; /** @var ServiceRegistration[] */ @@ -942,10 +942,6 @@ public function getDeclarativeSettings(): array { /** * returns IConfigLexicon registered by the app. * null if none registered. - * - * @param string $appId - * - * @return IConfigLexicon|null */ public function getConfigLexicon(string $appId): ?IConfigLexicon { if (!array_key_exists($appId, $this->configLexiconClasses)) {