diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-13 12:36:01 +0200 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-13 19:09:15 +0100 |
commit | 58857b8df54e0ebff650b81cc070bf170873b4c2 (patch) | |
tree | 5209c89fd5903f87f4a4501e334e71da7880fa92 /apps/files_versions | |
parent | 55fc693750480f7adb84d922840013b90b408a7d (diff) | |
download | nextcloud-server-58857b8df54e0ebff650b81cc070bf170873b4c2.tar.gz nextcloud-server-58857b8df54e0ebff650b81cc070bf170873b4c2.zip |
@returns -> @return
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/lib/versions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php index 67acd5369a4..e97510dead8 100644 --- a/apps/files_versions/lib/versions.php +++ b/apps/files_versions/lib/versions.php @@ -265,7 +265,7 @@ class Storage { * @param string $uid user id from the owner of the file * @param string $filename file to find versions of, relative to the user files dir * @param string $userFullPath - * @returns array versions newest version first + * @return array versions newest version first */ public static function getVersions($uid, $filename, $userFullPath = '') { $versions = array(); |