Skip to content

Commit b2e2433

Browse files
Cleanup more @return annotations
1 parent e631f07 commit b2e2433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Retry/RetryStrategyInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface RetryStrategyInterface
2525
*
2626
* @param ?string $responseContent Null is passed when the body did not arrive yet
2727
*
28-
* @return ?bool Returns null to signal that the body is required to take a decision
28+
* @return bool|null Returns null to signal that the body is required to take a decision
2929
*/
3030
public function shouldRetry(AsyncContext $context, ?string $responseContent, ?TransportExceptionInterface $exception): ?bool;
3131

0 commit comments

Comments
 (0)