We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3f318 commit 11c0ac6Copy full SHA for 11c0ac6
src/RejectionResultBucket.php
@@ -18,7 +18,7 @@ final class RejectionResultBucket implements Contract\RejectionResultBucketInter
18
19
/** @param Type ...$values */
20
public function __construct(
21
- private readonly string $reason,
+ private readonly ?string $reason,
22
private readonly ?\Throwable $exception,
23
...$values,
24
) {
0 commit comments