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

This applies several formatting related changes made while running `composer format`.

Follow up to [55720], [58171], [58271], [58282], [58283], [58292], [58299], [58303], [58332].
See #51857, #60719, #60895, #61021, #61118, #61228, #61276, #61324.
Built from https://develop.svn.wordpress.org/trunk@58408


git-svn-id: http://core.svn.wordpress.org/trunk@57857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-06-13 15:06:07 +00:00
parent 4c5baa2f21
commit 2889f4d90e
10 changed files with 22 additions and 22 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta2-58407';
$wp_version = '6.6-beta2-58408';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.