Skip to content

Commit 23a4c63

Browse files
committed
fixed #100. remove invalid property.
1 parent 42af002 commit 23a4c63

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Issue/IssueField.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ class IssueField implements \JsonSerializable
2020
/** @var IssueType */
2121
public $issuetype;
2222

23-
/** @var string|null */
24-
public $timespent;
25-
2623
/** @var Reporter */
2724
public $reporter;
2825

@@ -68,10 +65,10 @@ class IssueField implements \JsonSerializable
6865
/** @var Reporter|null */
6966
public $creator;
7067

71-
/** @var object */
68+
/** @var object|null */
7269
public $watches;
7370

74-
/** @var object */
71+
/** @var object|null */
7572
public $worklog;
7673

7774
/** @var Reporter|null */

0 commit comments

Comments
 (0)