mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 08:26:06 +03:00
email validation v4 cs fixes
This commit is contained in:
parent
404405d923
commit
612d1ad262
@ -24,7 +24,7 @@ final class DeleteBulkJobResponse implements ApiResponse
|
||||
{
|
||||
}
|
||||
|
||||
public static function create(?array $data): self
|
||||
public static function create(array $data): self
|
||||
{
|
||||
$model = new self();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user