Fix tests #6
Annotations
2 warnings
InvalidReturnType:
src/Retry/BackOffRetry.php#L23
src/Retry/BackOffRetry.php:23:47: InvalidReturnType: Not all code paths of Orangesoft\BackOff\Retry\BackOffRetry::call end in a return statement, return type mixed expected (see https://psalm.dev/011)
|
InvalidReturnType:
src/Retry/Retry.php#L18
src/Retry/Retry.php:18:47: InvalidReturnType: Not all code paths of Orangesoft\BackOff\Retry\Retry::call end in a return statement, return type mixed expected (see https://psalm.dev/011)
|