Skip to content

Commit 1f86f7e

Browse files
committed
Merge branch 'master' into 3.2-merge
2 parents 417d3c1 + 1cda902 commit 1f86f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function env($key, $default = null)
7777
* @param float|int|int[] $times
7878
* @param callable(int):TReturn $callback
7979
* @param int $sleep millisecond
80-
* @return TReturn|void
80+
* @return TReturn
8181
* @throws Throwable
8282
*/
8383
function retry($times, callable $callback, int $sleep = 0)

src/SafeCaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(private ContainerInterface $container)
2828
* @template TReturn
2929
* @template TDefault
3030
*
31-
* @param Closure(): TReturn $closure
31+
* @param Closure():TReturn $closure
3232
* @param null|(Closure(): TDefault) $default
3333
* @return ($default is Closure? TDefault : null)|TReturn
3434
*/

0 commit comments

Comments
 (0)