Skip to content

Commit 457471e

Browse files
Fix phpcs issues
1 parent fde9935 commit 457471e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Mailer/Transport/ElasticEmailTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function send(Email $email)
101101

102102
/**
103103
* Returns the email parameters for API request.
104-
*
104+
*
105105
* @return array
106106
*/
107107
public function getEmailParams()

tests/TestCase/Mailer/Transport/ElasticEmailTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function testMissingApiKey()
128128
'apiKey' => ''
129129
]
130130
);
131-
131+
132132
$email = new Email();
133133
$email->setProfile(['transport' => 'elasticemail']);
134134
$email->setFrom(['from@example.com' => 'CakePHP Elastic Email'])

0 commit comments

Comments
 (0)