Skip to content

Commit 11c0ac6

Browse files
authored
Update RejectionResultBucket.php
1 parent 8b3f318 commit 11c0ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RejectionResultBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class RejectionResultBucket implements Contract\RejectionResultBucketInter
1818

1919
/** @param Type ...$values */
2020
public function __construct(
21-
private readonly string $reason,
21+
private readonly ?string $reason,
2222
private readonly ?\Throwable $exception,
2323
...$values,
2424
) {

0 commit comments

Comments
 (0)