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:
0094ac0
)
Comment fix
author
Coleman Watts
<coleman@civicrm.org>
Sat, 5 Dec 2015 16:24:55 +0000
(11:24 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 5 Dec 2015 16:24:55 +0000
(11:24 -0500)
CRM/Utils/VersionCheck.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/VersionCheck.php
b/CRM/Utils/VersionCheck.php
index e366a5c33304f79b96b0b28347ab1ae46cf733a2..f0e956a5d7af724f3e5f97c67c16192587eb3044 100644
(file)
--- a/
CRM/Utils/VersionCheck.php
+++ b/
CRM/Utils/VersionCheck.php
@@
-59,7
+59,9
@@
class CRM_Utils_VersionCheck {
*/
public $versionInfo = array();
- /** @var bool */
+ /**
+ * @var bool
+ */
public $isInfoAvailable;
/**