diff --git a/src/wp-includes/class-wp-theme-json-schema.php b/src/wp-includes/class-wp-theme-json-schema.php
index aaa2f968a6..ce52d780e0 100644
--- a/src/wp-includes/class-wp-theme-json-schema.php
+++ b/src/wp-includes/class-wp-theme-json-schema.php
@@ -167,7 +167,7 @@ class WP_Theme_JSON_Schema {
 	 *
 	 * @since 5.9.0
 	 *
-	 * @param array $settings        Array to process.
+	 * @param array $settings Array to process.
 	 * @param array $paths_to_rename Paths to rename.
 	 *
 	 * @return array The settings in the new format.
@@ -193,7 +193,7 @@ class WP_Theme_JSON_Schema {
 	 *
 	 * @since 5.9.0
 	 *
-	 * @param array $settings        Reference to settings either defaults or an individual block's.
+	 * @param array $settings Reference to settings either defaults or an individual block's.
 	 * @param array $paths_to_rename Paths to rename.
 	 */
 	private static function rename_settings( &$settings, $paths_to_rename ) {
