From de7c0458c3ebed79bdd2b86386ba070878dba926 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 5 Dec 2015 11:24:55 -0500 Subject: [PATCH] Comment fix --- CRM/Utils/VersionCheck.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Utils/VersionCheck.php b/CRM/Utils/VersionCheck.php index e366a5c333..f0e956a5d7 100644 --- 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; /** -- 2.25.1