[files_external] Fix phpdoc

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-07-19 20:23:15 +02:00
parent 0fa49db770
commit b7c8e9ed88
No known key found for this signature in database
GPG key ID: F941078878347C0C
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ class Backend implements \JsonSerializable {
/**
* @param string $class
* @return self
* @return $this
*/
public function setStorageClass($class) {
$this->storageClass = $class;

View file

@ -63,7 +63,7 @@ trait IdentifierTrait {
/**
* @param string $alias
* @return self
* @return $this
*/
public function addIdentifierAlias($alias) {
$this->identifierAliases[] = $alias;