Coding Standards: Correct alignment in `Tests_Ajax_Autosave::wpSetUpBeforeClass()`.

This fixes an `Equals sign not aligned with surrounding assignments` WPCS warning.

Follow-up to [54720].

See #56793.
Built from https://develop.svn.wordpress.org/trunk@54721


git-svn-id: http://core.svn.wordpress.org/trunk@54273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-10-29 17:12:14 +00:00
parent c2a843c36a
commit fa79a5e83c
1 changed files with 1 additions and 1 deletions

View File

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