Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@@ -40,11 +40,11 @@ class MailerError {
|
||||
* @param array $subscribersErrors
|
||||
*/
|
||||
public function __construct(
|
||||
$operation,
|
||||
$level,
|
||||
$message = null,
|
||||
$retryInterval = null,
|
||||
array $subscribersErrors = []
|
||||
$operation,
|
||||
$level,
|
||||
$message = null,
|
||||
$retryInterval = null,
|
||||
array $subscribersErrors = []
|
||||
) {
|
||||
$this->operation = $operation;
|
||||
$this->level = $level;
|
||||
|
Reference in New Issue
Block a user