mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
CS fixes
This commit is contained in:
parent
58a353e5f3
commit
a79b8bb86f
@ -81,5 +81,4 @@ final class IndexResponse implements ApiResponse
|
|||||||
{
|
{
|
||||||
return $this->open['url'] ?? null;
|
return $this->open['url'] ?? null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -33,9 +33,6 @@ class ShowResponse implements ApiResponse
|
|||||||
return $model;
|
return $model;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return string|null
|
|
||||||
*/
|
|
||||||
public function getWebhookUrl(): ?string
|
public function getWebhookUrl(): ?string
|
||||||
{
|
{
|
||||||
return $this->webhook['url'] ?? null;
|
return $this->webhook['url'] ?? null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user