Civi\Angular - Docblock improvements.
[civicrm-core.git] / CRM / Utils / Network.php
index 791816d1a585adc67a8e128e5bbd2cd092a3918c..eac7df86fa7d28744a081af16ee29596390beb42 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -47,7 +47,8 @@ class CRM_Utils_Network {
    * @param float $interval
    *   Seconds to wait in between pollings.
    *
-   * @return bool TRUE if service is online
+   * @return bool
+   *   TRUE if service is online
    */
   public static function waitForServiceStartup($host, $port, $serverStartupTimeOut, $interval = 0.333) {
     $start = time();
@@ -84,4 +85,5 @@ class CRM_Utils_Network {
     error_reporting($old_error_reporting);
     return FALSE;
   }
+
 }