Skip to content

Commit

Permalink
Merge pull request #151 from svencoeck/fix-reporter-null
Browse files Browse the repository at this point in the history
Fix issue when reporter is null
  • Loading branch information
lesstif authored Apr 29, 2018
2 parents 5cd153f + d1ea16c commit a22ed9f
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 @@ -20,7 +20,7 @@ class IssueField implements \JsonSerializable
/** @var IssueType */
public $issuetype;

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

/** @var \DateTime */
Expand Down

0 comments on commit a22ed9f

Please sign in to comment.