We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8b380 commit 256ec65Copy full SHA for 256ec65
1 file changed
src/Issue/Reporter.php
@@ -12,7 +12,7 @@ class Reporter implements \JsonSerializable
12
13
public ?string $name = null;
14
15
- public string $emailAddress;
+ public ?string $emailAddress = null;
16
17
public array|null $avatarUrls;
18
0 commit comments