Add rule for concatenation operator spacing
[MAILPOET-2090]
This commit is contained in:
@@ -10,7 +10,7 @@ class Submit extends Base {
|
||||
|
||||
$html .= '<p class="mailpoet_paragraph"><input type="submit" class="mailpoet_submit" ';
|
||||
|
||||
$html .= 'value="'.static::getFieldLabel($block).'" ';
|
||||
$html .= 'value="' . static::getFieldLabel($block) . '" ';
|
||||
|
||||
$html .= 'data-automation-id="subscribe-submit-button" ';
|
||||
|
||||
|
Reference in New Issue
Block a user