Skip to content

Commit

Permalink
Format code by the latest cs-fixer. (#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Mar 23, 2024
1 parent 6f893c1 commit 3b636e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function env($key, $default = null)
*
* @param float|int $times
* @param int $sleep millisecond
* @throws \Throwable
* @throws Throwable
*/
function retry($times, callable $callback, int $sleep = 0)
{
Expand Down

0 comments on commit 3b636e6

Please sign in to comment.