@@ -97,7 +97,6 @@ discard block |
||
97 | 97 | |
98 | 98 | /** |
99 | 99 | * @param string $institution |
100 | - * @param InstitutionConfigurationOptions $institutionConfigurationOptions |
|
101 | 100 | */ |
102 | 101 | public function changeRaaInstitutionScope($institution) { |
103 | 102 | if ($this->getUser() === null) { |
@@ -122,7 +121,7 @@ discard block |
||
122 | 121 | /** |
123 | 122 | * Returns the user credentials. |
124 | 123 | * |
125 | - * @return mixed The user credentials |
|
124 | + * @return string The user credentials |
|
126 | 125 | */ |
127 | 126 | public function getCredentials() |
128 | 127 | { |