Browse Source
[files_external] Fix phpdoc
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/5847/head
Roeland Jago Douma
8 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with
2 additions and
2 deletions
-
apps/files_external/lib/Lib/Backend/Backend.php
-
apps/files_external/lib/Lib/IdentifierTrait.php
|
|
|
@ -82,7 +82,7 @@ class Backend implements \JsonSerializable { |
|
|
|
|
|
|
|
/** |
|
|
|
* @param string $class |
|
|
|
* @return self |
|
|
|
* @return $this |
|
|
|
*/ |
|
|
|
public function setStorageClass($class) { |
|
|
|
$this->storageClass = $class; |
|
|
|
|
|
|
|
@ -63,7 +63,7 @@ trait IdentifierTrait { |
|
|
|
|
|
|
|
/** |
|
|
|
* @param string $alias |
|
|
|
* @return self |
|
|
|
* @return $this |
|
|
|
*/ |
|
|
|
public function addIdentifierAlias($alias) { |
|
|
|
$this->identifierAliases[] = $alias; |
|
|
|
|