summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/IdentifierTrait.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Lib/IdentifierTrait.php')
-rw-r--r--apps/files_external/lib/Lib/IdentifierTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/IdentifierTrait.php b/apps/files_external/lib/Lib/IdentifierTrait.php
index 84e8c1a81e5..38f2d4cd33f 100644
--- a/apps/files_external/lib/Lib/IdentifierTrait.php
+++ b/apps/files_external/lib/Lib/IdentifierTrait.php
@@ -46,7 +46,7 @@ trait IdentifierTrait {
/**
* @param string $identifier
- * @return self
+ * @return $this
*/
public function setIdentifier($identifier) {
$this->identifier = $identifier;