Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoiq committed Apr 14, 2022
1 parent 2d7a0b0 commit 99f0d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/exceptions/InvalidValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct($value, $type, ?Throwable $previous = null)
$valueFormatted = ExceptionValueFormatter::format($value);
$type = ExceptionTypeFormatter::format($type);

parent::__construct("Value $valueFormatted is not a valid value of $type.'", $previous);
parent::__construct("Value $valueFormatted is not a valid value of $type.", $previous);

$this->value = $value;
}
Expand Down

0 comments on commit 99f0d9c

Please sign in to comment.