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.


git-svn-id: https://develop.svn.wordpress.org/trunk@56943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Felix Arntz
2023-10-16 15:15:14 +00:00
parent 14173bf50d
commit 1d006a0f57
9 changed files with 0 additions and 22 deletions
-2
View File
@@ -478,7 +478,6 @@ function _flatten_blocks( &$blocks ) {
* @access private
*
* @param array $block a parsed block.
* @return void
*/
function _inject_theme_attribute_in_template_part_block( &$block ) {
if (
@@ -496,7 +495,6 @@ function _inject_theme_attribute_in_template_part_block( &$block ) {
* @access private
*
* @param array $block a parsed block.
* @return void
*/
function _remove_theme_attribute_from_template_part_block( &$block ) {
if (