Skip to content

Commit 61c5d35

Browse files
authored
Fix some mistakes in phpdoc (#211)
Signed-off-by: Lukas Schaefer <[email protected]>
1 parent b07c508 commit 61c5d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Service/OpenAiSettingsService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public function setUseBasicAuth(bool $useBasicAuth): void {
577577

578578
/**
579579
* Set the admin config for the settings page
580-
* @param mixed[] $config
580+
* @param mixed[] $adminConfig
581581
* @return void
582582
* @throws Exception
583583
*/
@@ -671,6 +671,7 @@ public function setAdminConfig(array $adminConfig): void {
671671
* Set the user config for the settings page
672672
* @param string $userId
673673
* @param string[] $userConfig
674+
* @throws Exception
674675
*/
675676
public function setUserConfig(string $userId, array $userConfig): void {
676677
// That the variable types are correct

0 commit comments

Comments
 (0)