Skip to content

Commit 797d368

Browse files
committed
fixed #86 creator field nullable.
1 parent c71f1fc commit 797d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public function addComponents($component)
318318
/** @var array */
319319
public $fixVersions;
320320

321-
/** @var Reporter */
321+
/** @var Reporter|null */
322322
public $creator;
323323

324324
/** @var object */

0 commit comments

Comments
 (0)