Skip to content

Commit 4b8f486

Browse files
bTokmantokmanb
andauthored
add fix for nullable parent prop in IssueField (#516)
Co-authored-by: tokmanb <[email protected]>
1 parent 2330b0d commit 4b8f486

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
@@ -355,7 +355,7 @@ public function setParentKeyOrId(string $keyOrId): static
355355
return $this;
356356
}
357357

358-
public function setParent(Issue $parent): void
358+
public function setParent(?Issue $parent): void
359359
{
360360
$this->parent = $parent;
361361
}

0 commit comments

Comments
 (0)