Make all constructor signatures multiline
[MAILPOET-3732]
This commit is contained in:
@@ -25,7 +25,9 @@ class ApiDataSanitizer {
|
||||
],
|
||||
];
|
||||
|
||||
public function __construct(FormHtmlSanitizer $htmlSanitizer) {
|
||||
public function __construct(
|
||||
FormHtmlSanitizer $htmlSanitizer
|
||||
) {
|
||||
$this->htmlSanitizer = $htmlSanitizer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user