From: Vincent Vanwaelscappel Date: Mon, 21 Aug 2023 15:38:11 +0000 (+0200) Subject: wip #6202 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d0b5d8d2bdf27b415c09167020a7f3504513e7ba;p=cubist_util.git wip #6202 --- diff --git a/src/PHP.php b/src/PHP.php index 5ac41bf..73d6509 100644 --- a/src/PHP.php +++ b/src/PHP.php @@ -80,8 +80,8 @@ class PHP /** * @param callable $callback - * @param $attempts int - * @param $pauseBetweenAttemps float + * @param int $attempts + * @param float $pauseBetweenAttemps in seconds * @return mixed */ public static function retryOnError(callable $callback, $attempts = 3, $pauseBetweenAttemps = 0)