Browse Source

[files_external] Fix phpdoc

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/5847/head
Roeland Jago Douma 8 years ago
parent
commit
b7c8e9ed88
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 2
      apps/files_external/lib/Lib/Backend/Backend.php
  2. 2
      apps/files_external/lib/Lib/IdentifierTrait.php

2
apps/files_external/lib/Lib/Backend/Backend.php

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

2
apps/files_external/lib/Lib/IdentifierTrait.php

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

Loading…
Cancel
Save