Autofix issues detected by CodeSniffer

[MAILPOET-4617]
This commit is contained in:
Jan Jakes
2022-09-06 16:49:20 +02:00
committed by Rostislav Wolný
parent a377f0c946
commit c601aaa3eb
29 changed files with 123 additions and 80 deletions

View File

@@ -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;