From c9f11e8169383c89123265576326bf5fdb2195a4 Mon Sep 17 00:00:00 2001 From: Alex Kazhukhouski Date: Wed, 5 Feb 2025 16:04:17 +0100 Subject: [PATCH] PHPCS fix. --- includes/Blocks/CorePostTerms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Blocks/CorePostTerms.php b/includes/Blocks/CorePostTerms.php index c270f68d..0acb622b 100644 --- a/includes/Blocks/CorePostTerms.php +++ b/includes/Blocks/CorePostTerms.php @@ -54,7 +54,7 @@ protected function register_string_field( $name ) { $this->type_name ), 'resolve' => static function ( $block ) use ( $name ) { - return isset($block['attrs'][$name]) ? (string) $block['attrs'][$name] : null; + return isset( $block['attrs'][ $name ] ) ? (string) $block['attrs'][ $name ] : null; }, ] );