X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FNetwork.php;h=0a256816b04784f722731943421ad3d062a731e4;hb=cced0f6e4c2e244beca8ac97fc14e3806167c85e;hp=0564590867a68322f8e7726bc53bb907568d2ecf;hpb=d96bf18d5b1849cc8f21c8845706eaccc78db5f3;p=civicrm-core.git diff --git a/CRM/Utils/Network.php b/CRM/Utils/Network.php index 0564590867..0a256816b0 100644 --- a/CRM/Utils/Network.php +++ b/CRM/Utils/Network.php @@ -34,6 +34,7 @@ * Simple static helpers for network operations */ class CRM_Utils_Network { + /** * Try connecting to a TCP service; if it fails, retry. Repeat until serverStartupTimeOut elapses. *