Comment fix
authorColeman Watts <coleman@civicrm.org>
Sat, 5 Dec 2015 16:24:55 +0000 (11:24 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 5 Dec 2015 16:24:55 +0000 (11:24 -0500)
CRM/Utils/VersionCheck.php

index e366a5c33304f79b96b0b28347ab1ae46cf733a2..f0e956a5d7af724f3e5f97c67c16192587eb3044 100644 (file)
@@ -59,7 +59,9 @@ class CRM_Utils_VersionCheck {
    */
   public $versionInfo = array();
 
-  /** @var bool */
+  /**
+   * @var bool
+   */
   public $isInfoAvailable;
 
   /**