Fix code style by updated ruleset
[MAILPOET-3912]
This commit is contained in:
@@ -559,7 +559,7 @@ class Functions {
|
||||
return wp_parse_url($url, $component);
|
||||
}
|
||||
|
||||
public function wpSpecialcharsDecode($string, $quoteStyle = ENT_NOQUOTES ) {
|
||||
public function wpSpecialcharsDecode($string, $quoteStyle = ENT_NOQUOTES) {
|
||||
return wp_specialchars_decode($string, $quoteStyle);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user