mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Merge pull request #31377 from nextcloud/fix/specify-nullable-string
Specify string as nullable for credentials password
This commit is contained in:
@@ -53,7 +53,7 @@ interface ICredentials {
|
||||
*
|
||||
* @since 12
|
||||
*
|
||||
* @return string
|
||||
* @return string|null
|
||||
* @throws PasswordUnavailableException
|
||||
*/
|
||||
public function getPassword();
|
||||
|
||||
Reference in New Issue
Block a user