Skip to content

Commit

Permalink
fixed #86 creator field nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Aug 1, 2017
1 parent c71f1fc commit 797d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Issue/IssueField.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public function addComponents($component)
/** @var array */
public $fixVersions;

/** @var Reporter */
/** @var Reporter|null */
public $creator;

/** @var object */
Expand Down

0 comments on commit 797d368

Please sign in to comment.