Skip to content

Commit 006bf1f

Browse files
authored
Allow NULL for setParent (#61)
1 parent 5db6bfa commit 006bf1f

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
@@ -362,7 +362,7 @@ public function setParentKeyOrId(string $keyOrId): static
362362
return $this;
363363
}
364364

365-
public function setParent(Issue $parent): void
365+
public function setParent(?Issue $parent): void
366366
{
367367
$this->parent = $parent;
368368
}

0 commit comments

Comments
 (0)