From d88c33fe97a4e5532182d12e1c8da8aad25a4efd Mon Sep 17 00:00:00 2001 From: Luis Pablo Galeas Date: Mon, 30 Jan 2017 16:16:27 +0000 Subject: [PATCH] Apply fixes from StyleCI --- DataObject/BatchEmailResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObject/BatchEmailResponse.php b/DataObject/BatchEmailResponse.php index 1552a5c..1989dab 100644 --- a/DataObject/BatchEmailResponse.php +++ b/DataObject/BatchEmailResponse.php @@ -41,4 +41,4 @@ public function getAllGmailIdsRequested(): array { return $this->allGmailIdsRequested; } -} \ No newline at end of file +}