Use proper PHPDoc reference

This commit is contained in:
Lukas Reschke 2015-12-08 09:45:20 +01:00
parent d6276faff6
commit f55a56ff6c
1 changed files with 2 additions and 2 deletions

View File

@ -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;