mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
[files_external] Fix phpdoc
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
0fa49db770
commit
b7c8e9ed88
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue