Skip to content
Snippets Groups Projects
Commit f55a56ff authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Use proper PHPDoc reference

parent d6276faf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment