From c0486903f403e3cc3811432f8f31cf23a35ba17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Maneiro?= <583546+oandregal@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:16:34 +0200 Subject: [PATCH 1/2] Format: improve param indentation --- src/wp-includes/class-wp-theme-json-resolver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-theme-json-resolver.php b/src/wp-includes/class-wp-theme-json-resolver.php index a22d7b8d93031..2cc964b4e3bd5 100644 --- a/src/wp-includes/class-wp-theme-json-resolver.php +++ b/src/wp-includes/class-wp-theme-json-resolver.php @@ -925,7 +925,7 @@ public static function resolve_theme_file_uris( $theme_json ) { * * @since 6.6.0 * - * @param array $data Array following the theme.json specification. + * @param array $data Array following the theme.json specification. * @param array $variations Shared block style variations. * @return array Theme json data including shared block style variation definitions. */ From cfb286071bb8a1bda1db08802d39c377456af96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Maneiro?= <583546+oandregal@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:24:25 +0200 Subject: [PATCH 2/2] Remove unnecessary spaces --- src/wp-includes/class-wp-theme-json-resolver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-theme-json-resolver.php b/src/wp-includes/class-wp-theme-json-resolver.php index 2cc964b4e3bd5..5caaf0bb7e1c4 100644 --- a/src/wp-includes/class-wp-theme-json-resolver.php +++ b/src/wp-includes/class-wp-theme-json-resolver.php @@ -967,7 +967,7 @@ private static function inject_variations_from_block_style_variation_files( $dat * * @since 6.6.0 * - * @param array $data Array following the theme.json specification. + * @param array $data Array following the theme.json specification. * @return array Theme json data including shared block style variation definitions. */ private static function inject_variations_from_block_styles_registry( $data ) {