Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@ -15,7 +15,9 @@ class Analytics extends APIEndpoint {
|
||||
'global' => AccessControl::NO_ACCESS_RESTRICTION,
|
||||
];
|
||||
|
||||
public function __construct(Reporter $reporter) {
|
||||
public function __construct(
|
||||
Reporter $reporter
|
||||
) {
|
||||
$this->reporter = $reporter;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user