diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-19 20:23:15 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-01 08:20:16 +0200 |
commit | b7c8e9ed8841a2c78a04343b6c1458ccdcfbbef4 (patch) | |
tree | 3cab2c4eb0a4c224883201b428ace0b3215dcd03 /apps/files_external/lib/Lib/Backend | |
parent | 0fa49db77049712c6ecd249921235efd9776318b (diff) | |
download | nextcloud-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/Lib/Backend')
-rw-r--r-- | apps/files_external/lib/Lib/Backend/Backend.php | 2 |
1 files changed, 1 insertions, 1 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; |