Skip to content

Commit 283b3b9

Browse files
committed
fixed #148 - issue security schem mapping
1 parent 86ef849 commit 283b3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class IssueField implements \JsonSerializable
122122
/** @var array|null */
123123
public $customFields;
124124

125-
/** @var SecurityScheme */
125+
/** @var SecurityScheme|null */
126126
public $security;
127127

128128
public function __construct($updateIssue = false)

0 commit comments

Comments
 (0)