From c4c311c190290f947eb1353a406877ec9b55d950 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 9 Mar 2015 16:15:28 -0400 Subject: [PATCH] Comment fix - add @return tag --- CRM/Core/I18n.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Core/I18n.php b/CRM/Core/I18n.php index 330fdd6708..a7feda2695 100644 --- a/CRM/Core/I18n.php +++ b/CRM/Core/I18n.php @@ -510,6 +510,8 @@ class CRM_Core_I18n { /** * Static instance provider - return the instance for the current locale. + * + * @return CRM_Core_I18n */ public static function &singleton() { static $singleton = array(); -- 2.25.1