Skip to content

Commit 711a1a3

Browse files
committed
hotfix input can be null
1 parent 28c5b8d commit 711a1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Why.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Why
66
{
7-
public string $input;
7+
public ?string $input;
88

99
/**
1010
* @var null|array<string, mixed>

0 commit comments

Comments
 (0)