Skip to content

Commit c60d385

Browse files
author
Randy Geraads
committed
backport: add fix for nullable parent prop in IssueField
lesstif#516
1 parent e650cf1 commit c60d385

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
@@ -411,7 +411,7 @@ public function setParentKeyOrId($keyOrId)
411411
return $this;
412412
}
413413

414-
public function setParent(Issue $parent)
414+
public function setParent(?Issue $parent)
415415
{
416416
$this->parent = $parent;
417417
}

0 commit comments

Comments
 (0)