Removed empty lines to satisfy code formatting test

This commit is contained in:
Sven Rymenants 2019-06-20 21:44:23 +02:00 committed by David Garcia
parent 26a4f870ab
commit 1a5e3ceee8
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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 =