We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c508 commit 61c5d35Copy full SHA for 61c5d35
lib/Service/OpenAiSettingsService.php
@@ -577,7 +577,7 @@ public function setUseBasicAuth(bool $useBasicAuth): void {
577
578
/**
579
* Set the admin config for the settings page
580
- * @param mixed[] $config
+ * @param mixed[] $adminConfig
581
* @return void
582
* @throws Exception
583
*/
@@ -671,6 +671,7 @@ public function setAdminConfig(array $adminConfig): void {
671
* Set the user config for the settings page
672
* @param string $userId
673
* @param string[] $userConfig
674
+ * @throws Exception
675
676
public function setUserConfig(string $userId, array $userConfig): void {
677
// That the variable types are correct
0 commit comments