summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-07-19 20:23:15 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 08:20:16 +0200
commitb7c8e9ed8841a2c78a04343b6c1458ccdcfbbef4 (patch)
tree3cab2c4eb0a4c224883201b428ace0b3215dcd03 /apps/files_external/lib
parent0fa49db77049712c6ecd249921235efd9776318b (diff)
downloadnextcloud-server-b7c8e9ed8841a2c78a04343b6c1458ccdcfbbef4.tar.gz
nextcloud-server-b7c8e9ed8841a2c78a04343b6c1458ccdcfbbef4.zip
[files_external] Fix phpdoc
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/Lib/Backend/Backend.php2
-rw-r--r--apps/files_external/lib/Lib/IdentifierTrait.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/Backend/Backend.php b/apps/files_external/lib/Lib/Backend/Backend.php
index 3ce524d3c55..3b6f7c3eeed 100644
--- a/apps/files_external/lib/Lib/Backend/Backend.php
+++ b/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;
diff --git a/apps/files_external/lib/Lib/IdentifierTrait.php b/apps/files_external/lib/Lib/IdentifierTrait.php
index dd583728545..84e8c1a81e5 100644
--- a/apps/files_external/lib/Lib/IdentifierTrait.php
+++ b/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;