Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -20,7 +20,7 @@ class MailChimp {
|
||||
private $mapper;
|
||||
|
||||
public function __construct(
|
||||
$apiKey
|
||||
$apiKey
|
||||
) {
|
||||
$this->apiKey = $this->getAPIKey($apiKey);
|
||||
$this->maxPostSize = (int)Helpers::getMaxPostSize('bytes');
|
||||
|
Reference in New Issue
Block a user