Skip to content

Commit

Permalink
Update RejectionResultBucket.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat authored Dec 11, 2024
1 parent 8b3f318 commit 11c0ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RejectionResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class RejectionResultBucket implements Contract\RejectionResultBucketInter

/** @param Type ...$values */
public function __construct(
private readonly string $reason,
private readonly ?string $reason,
private readonly ?\Throwable $exception,
...$values,
) {
Expand Down

0 comments on commit 11c0ac6

Please sign in to comment.