email validation v4 cs fixes

This commit is contained in:
Artem Bondarenko 2020-12-01 20:55:38 +02:00 committed by David Garcia
parent 404405d923
commit 612d1ad262

View File

@ -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(); $model = new self();