Comment fix - add @return tag
authorColeman Watts <coleman@civicrm.org>
Mon, 9 Mar 2015 20:15:28 +0000 (16:15 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 9 Mar 2015 20:15:28 +0000 (16:15 -0400)
CRM/Core/I18n.php

index 330fdd67089ae5d30610b342c33fe119317144bd..a7feda269502592c4a04458334b0dfed6e8743f6 100644 (file)
@@ -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();