Fix indentation of multiline function declarations
[MAILPOET-3732]
This commit is contained in:
@ -6,9 +6,9 @@ class SuccessResponse extends Response {
|
||||
public $data;
|
||||
|
||||
public function __construct(
|
||||
$data = [],
|
||||
$meta = [],
|
||||
$status = self::STATUS_OK
|
||||
$data = [],
|
||||
$meta = [],
|
||||
$status = self::STATUS_OK
|
||||
) {
|
||||
parent::__construct($status, $meta);
|
||||
$this->data = $data;
|
||||
|
Reference in New Issue
Block a user