mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Use proper PHPDoc reference
This commit is contained in:
parent
d6276faff6
commit
f55a56ff6c
1 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ class StorageConfig implements \JsonSerializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param Backend
|
||||
* @param Backend $backend
|
||||
*/
|
||||
public function setBackend(Backend $backend) {
|
||||
$this->backend= $backend;
|
||||
|
|
@ -177,7 +177,7 @@ class StorageConfig implements \JsonSerializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param AuthMechanism
|
||||
* @param AuthMechanism $authMechanism
|
||||
*/
|
||||
public function setAuthMechanism(AuthMechanism $authMechanism) {
|
||||
$this->authMechanism = $authMechanism;
|
||||
|
|
|
|||
Loading…
Reference in a new issue