We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f72305 commit 9b1ee45Copy full SHA for 9b1ee45
src/issue/Issue.php
@@ -18,7 +18,7 @@ class Issue {
18
/* @var string */
19
public $key;
20
21
- /* @var \JiraRestApi\Issue\IssueField */
+ /* @var IssueField */
22
public $fields;
23
24
}
src/issue/IssueField.php
@@ -4,7 +4,8 @@
4
namespace JiraRestApi\Issue;
5
6
class IssueField {
7
-
+ /** @var string */
8
+ public $project;
9
10
11
?>
0 commit comments