X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FNetwork.php;h=a9437cba43c727f4c5b885146e53745970cef1e3;hb=73eef1d5f634decc9c241eebb7053d3630f7a199;hp=fea2788711cbc7e5e01e6ff2e72d96b19bd01779;hpb=cc58f6c5756ba74b4a914e21bb011332d5d79c80;p=civicrm-core.git diff --git a/CRM/Utils/Network.php b/CRM/Utils/Network.php index fea2788711..a9437cba43 100644 --- a/CRM/Utils/Network.php +++ b/CRM/Utils/Network.php @@ -22,8 +22,8 @@ class CRM_Utils_Network { /** * Try connecting to a TCP service; if it fails, retry. Repeat until serverStartupTimeOut elapses. * - * @param $host - * @param $port + * @param string $host + * @param string $port * @param int $serverStartupTimeOut * Seconds. * @param float $interval