Skip to content

Commit 803b3f0

Browse files
committed
Fix init
1 parent f715cbf commit 803b3f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Features/HasExtendedBounds.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*/
1010
trait HasExtendedBounds
1111
{
12-
protected ?string $min;
12+
protected ?string $min = null;
1313

14-
protected ?string $max;
14+
protected ?string $max = null;
1515

1616
public function setMin(?string $min): self
1717
{

0 commit comments

Comments
 (0)