fix(contact): fix PHPCS OperatorSpacing warnings in contact-info block

This commit is contained in:
Keith Solomon
2026-07-04 15:37:45 -05:00
parent 0aeacc3c17
commit 634635f726
+2 -2
View File
@@ -13,8 +13,8 @@ namespace CWC;
$info = get_field( 'contact_info', 'option' );
$address = $info['address'] ?? '';
$email = $info['email'] ?? '';
$phone = $info['phone'] ?? '';
$email = $info['email'] ?? '';
$phone = $info['phone'] ?? '';
$classes = 'contact-info';
$wrapper = blockWrapperAttributes( $classes, $is_preview );