mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
email validation v4 cs fixes
This commit is contained in:
parent
404405d923
commit
612d1ad262
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue