Skip to content

Commit

Permalink
InvalidValueException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Apr 19, 2024
1 parent f6296f7 commit fdeca6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Validation/Exceptions/InvalidValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ public function __construct(
public readonly mixed $value,
/** @var Rule[] $failingRules */
public readonly array $failingRules,
) {
}
) {}
}

0 comments on commit fdeca6e

Please sign in to comment.