Skip to content

Commit 13f825c

Browse files
committed
fixed #182
1 parent 0a28943 commit 13f825c

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
@@ -400,7 +400,7 @@ public function addComponents($component)
400400
*/
401401
public function setSecurityId($id)
402402
{
403-
if (is_empty($this->security)) {
403+
if (empty($this->security)) {
404404
$this->security = new SecurityScheme();
405405
}
406406

0 commit comments

Comments
 (0)