]> _ Git - cubist_util.git/commitdiff
wip #6202
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Aug 2023 15:38:11 +0000 (17:38 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Aug 2023 15:38:11 +0000 (17:38 +0200)
src/PHP.php

index 5ac41bf12ba185b16336383a1a17f2eea45e5b2b..73d65096409027df8e5a6c255ed69d3317ff4702 100644 (file)
@@ -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)