General: Linter cleanup

`phpcbf` was able to clean up a few files. Tests were breaking as a result of code formatting.

Fixes #48142
Props whyisjake

Built from https://develop.svn.wordpress.org/trunk@46312


git-svn-id: http://core.svn.wordpress.org/trunk@46111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake 2019-09-25 22:53:58 +00:00
parent 22cba90dea
commit 38dc032e66
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta1-46311';
$wp_version = '5.3-beta1-46312';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.