General: Further phpcs cleanup.

In [46312] we attempted to do some `phpcs` cleanup. This commit cleans up three issues that were introduced in [46309].

Fixes #48142.
Props whyisjake, garrett-eclipse.

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


git-svn-id: http://core.svn.wordpress.org/trunk@46112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake
2019-09-25 23:38:57 +00:00
parent 38dc032e66
commit d53b773a47
2 changed files with 4 additions and 4 deletions

View File

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