*/ public function toArray(): array { return [ 'issue_id' => $this->issueId, 'state' => $this->state, 'checked_bool' => $this->checkedBool, 'linked_pr_number_or_null' => $this->linkedPrNumberOrNull, ]; } }