Coding Standards: Apply spacing changes after composer format.

Follow up to [54817].
See #57057.
Built from https://develop.svn.wordpress.org/trunk@54824


git-svn-id: http://core.svn.wordpress.org/trunk@54376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-11-11 17:51:12 +00:00
parent face84c028
commit a2a3187437
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.2-alpha-54823';
$wp_version = '6.2-alpha-54824';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.