We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82774c8 commit 79b2e1bCopy full SHA for 79b2e1b
src/Issue/RemoteIssueLink.php
@@ -35,7 +35,7 @@ public function jsonSerialize()
35
public function setUrl(string $url)
36
{
37
if (is_null($this->object)) {
38
- $this->object = new RemoteIssueLinkObject();
+ $this->object = new self();
39
}
40
41
$this->object->url = $url;
0 commit comments