Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-07-24 21:17:20 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-07-24 21:17:20 +0300
commita9077208174856bae2ce219f00a8c825d58130e1 (patch)
tree381cedeed0ba78bc2370ee1ad119f6eb1d43801d /lib/public/Template.php
parent5dc480a38c3755330cda99915a54f72d46df4885 (diff)
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.php2
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
*/