Merge pull request #21028 from owncloud/fix-php-doc-for-storage-config

Use proper PHPDoc reference
This commit is contained in:
Thomas Müller 2015-12-08 10:04:41 +01:00
commit c93664468c
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;