Skip to content

Commit

Permalink
fixed typo #339
Browse files Browse the repository at this point in the history
  • Loading branch information
lesstif committed Jun 23, 2020
1 parent 82774c8 commit 79b2e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Issue/RemoteIssueLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function jsonSerialize()
public function setUrl(string $url)
{
if (is_null($this->object)) {
$this->object = new RemoteIssueLinkObject();
$this->object = new self();
}

$this->object->url = $url;
Expand Down

0 comments on commit 79b2e1b

Please sign in to comment.