mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 22:36:06 +03:00
Removed empty lines to satisfy code formatting test
This commit is contained in:
parent
26a4f870ab
commit
1a5e3ceee8
@ -98,7 +98,6 @@ final class IndexResponse implements ApiResponse
|
|||||||
return $this->legacy_open['url'] ?? null;
|
return $this->legacy_open['url'] ?? null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function getClickedUrls(): ?array
|
public function getClickedUrls(): ?array
|
||||||
{
|
{
|
||||||
return $this->clicked['urls'] ?? null;
|
return $this->clicked['urls'] ?? null;
|
||||||
|
@ -78,7 +78,7 @@ JSON;
|
|||||||
$this->assertNull($model->getClickUrl());
|
$this->assertNull($model->getClickUrl());
|
||||||
$this->assertNull($model->getOpenUrl());
|
$this->assertNull($model->getOpenUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testLegacy()
|
public function testLegacy()
|
||||||
{
|
{
|
||||||
$json =
|
$json =
|
||||||
|
Loading…
Reference in New Issue
Block a user