Autofix issues detected by CodeSniffer
[MAILPOET-4617]
This commit is contained in:
committed by
Rostislav Wolný
parent
a377f0c946
commit
c601aaa3eb
@@ -20,7 +20,11 @@ class AssetsController {
|
||||
|
||||
const RECAPTCHA_API_URL = 'https://www.google.com/recaptcha/api.js?render=explicit';
|
||||
|
||||
public function __construct(WPFunctions $wp, BasicRenderer $renderer, SettingsController $settings) {
|
||||
public function __construct(
|
||||
WPFunctions $wp,
|
||||
BasicRenderer $renderer,
|
||||
SettingsController $settings
|
||||
) {
|
||||
$this->wp = $wp;
|
||||
$this->renderer = $renderer;
|
||||
$this->settings = $settings;
|
||||
|
Reference in New Issue
Block a user