Skip to content

Commit

Permalink
Fix issue when reporter is null. In some situations the reporter can …
Browse files Browse the repository at this point in the history
…be null but a JSON mapping exception is thrown when it does;
  • Loading branch information
Sven Coeck committed Apr 27, 2018
1 parent 5cd153f commit d1ea16c
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 d1ea16c

Please sign in to comment.