General: Remove discouraged @return void annotations.

Such `@return void` annotations must not be used in WordPress core's PHP code, except bundled themes, third-party libraries, and PHP compatibility shims.

Props isabel_brison, swissspidy.
Fixes #59619.

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


git-svn-id: http://core.svn.wordpress.org/trunk@56454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz
2023-10-16 15:17:23 +00:00
parent a69a0dfcb0
commit 41cf4f1521
4 changed files with 1 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta4-56942';
$wp_version = '6.4-beta4-56943';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.