projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1953935
)
Comment fix - add @return tag
author
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Mar 2015 20:15:28 +0000
(16:15 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Mar 2015 20:15:28 +0000
(16:15 -0400)
CRM/Core/I18n.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/I18n.php
b/CRM/Core/I18n.php
index 330fdd67089ae5d30610b342c33fe119317144bd..a7feda269502592c4a04458334b0dfed6e8743f6 100644
(file)
--- 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();