From: Coleman Watts Date: Mon, 9 Mar 2015 20:15:28 +0000 (-0400) Subject: Comment fix - add @return tag X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c4c311c190290f947eb1353a406877ec9b55d950;p=civicrm-core.git Comment fix - add @return tag --- 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();