Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -10,7 +10,7 @@ class API {
|
||||
public $urlProducts = 'https://release.mailpoet.com/products/';
|
||||
|
||||
public function __construct(
|
||||
$apiKey
|
||||
$apiKey
|
||||
) {
|
||||
$this->setKey($apiKey);
|
||||
$this->wp = new WPFunctions();
|
||||
|
Reference in New Issue
Block a user