Coding Standards: Apply spacing changes after `composer format`.

Follow up to [54817].

Merges [54824] to the 6.1 branch.
See #57057.
Built from https://develop.svn.wordpress.org/branches/6.1@54826


git-svn-id: http://core.svn.wordpress.org/branches/6.1@54378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-11-11 17:58:12 +00:00
parent 4a20d03fba
commit 63e2d9d0d7
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ class WP_Theme_JSON_Resolver {
_deprecated_argument( __METHOD__, '5.9.0' );
}
$options = wp_parse_args( $options, array( 'with_supports' => true ) );
$options = wp_parse_args( $options, array( 'with_supports' => true ) );
if ( null === static::$theme || ! static::has_same_registered_blocks( 'theme' ) ) {
$theme_json_file = static::get_file_path_from_theme( 'theme.json' );

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1.1-alpha-54825';
$wp_version = '6.1.1-alpha-54826';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.