diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-02-05 09:38:43 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-02-05 09:38:43 +0000 |
commit | 466a08525350eccec6684022adb914c8be898c94 (patch) | |
tree | cd5051fd07a67f3d63419d73d94a169527897007 /lib/private/files/storage | |
parent | 342c2aac98961f91f0fd38423a217cb980dd95b8 (diff) | |
download | nextcloud-server-466a08525350eccec6684022adb914c8be898c94.tar.gz nextcloud-server-466a08525350eccec6684022adb914c8be898c94.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/files/storage')
-rw-r--r-- | lib/private/files/storage/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index 95bb3f74ba7..7d8d9ebd25e 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -396,7 +396,7 @@ abstract class Common implements Storage, ILockingStorage { * get the ETag for a file or folder * * @param string $path - * @return string|false + * @return string */ public function getETag($path) { return uniqid(); |