diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-24 20:17:20 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-07-24 20:17:20 +0200 |
commit | a9077208174856bae2ce219f00a8c825d58130e1 (patch) | |
tree | 381cedeed0ba78bc2370ee1ad119f6eb1d43801d /lib/public/Template.php | |
parent | 5dc480a38c3755330cda99915a54f72d46df4885 (diff) | |
download | nextcloud-server-a9077208174856bae2ce219f00a8c825d58130e1.tar.gz nextcloud-server-a9077208174856bae2ce219f00a8c825d58130e1.zip |
Move \OC_L10N_String to proper \OC\L10N\L10NString
* Proper namespacing
* Fixed phpdocs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/Template.php')
-rw-r--r-- | lib/public/Template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Template.php b/lib/public/Template.php index 85c60cfb0a2..3dcee14d880 100644 --- a/lib/public/Template.php +++ b/lib/public/Template.php @@ -102,7 +102,7 @@ function human_file_size($bytes) { * Return the relative date in relation to today. Returns something like "last hour" or "two month ago" * @param int $timestamp unix timestamp * @param boolean $dateOnly - * @return \OC_L10N_String human readable interpretation of the timestamp + * @return string human readable interpretation of the timestamp * * @deprecated 8.0.0 Use \OCP\Template::relative_modified_date() instead */ |