Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -22,10 +22,10 @@ class SendGrid {
|
||||
private $wp;
|
||||
|
||||
public function __construct(
|
||||
$apiKey,
|
||||
$sender,
|
||||
$replyTo,
|
||||
SendGridMapper $errorMapper
|
||||
$apiKey,
|
||||
$sender,
|
||||
$replyTo,
|
||||
SendGridMapper $errorMapper
|
||||
) {
|
||||
$this->apiKey = $apiKey;
|
||||
$this->sender = $sender;
|
||||
|
Reference in New Issue
Block a user