Fix PHPStan command and nullsafe usage
This commit is contained in:
@@ -81,7 +81,7 @@ final class SignalSubmissionService
|
||||
$retryAfter = $limit->getRetryAfter();
|
||||
$this->logger->warning('Signal submission rejected due to rate limiting.', [
|
||||
'client_key' => $clientKey,
|
||||
'retry_after' => $retryAfter?->format(DATE_ATOM),
|
||||
'retry_after' => $retryAfter->format(DATE_ATOM),
|
||||
]);
|
||||
throw new SubmissionRateLimitedException($limit->getRetryAfter());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user