From d0b5d8d2bdf27b415c09167020a7f3504513e7ba Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Aug 2023 17:38:11 +0200 Subject: [PATCH] wip #6202 --- src/PHP.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5