Skip to content

Commit

Permalink
Merge pull request #2 from ShockRaver/nullable
Browse files Browse the repository at this point in the history
nullable
  • Loading branch information
ShockRaver authored Sep 6, 2023
2 parents 9f496e1 + 16b119c commit d7bbe6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Issue/IssueField.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ public function setParentKeyOrId(string $keyOrId): static
}

public function setParent(?Issue $parent): void

{
$this->parent = $parent;
}
Expand Down

0 comments on commit d7bbe6b

Please sign in to comment.