summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;