Skip to content

Commit 0b0a539

Browse files
authored
Update ValidationException.php
1 parent 01dfe21 commit 0b0a539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ValidationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(
3232
string $propertyName,
3333
$providedValue,
3434
$code = 0,
35-
Throwable $previous = null
35+
?Throwable $previous = null
3636
) {
3737
$this->propertyName = $propertyName;
3838
$this->providedValue = $providedValue;

0 commit comments

Comments
 (0)