Skip to content

Commit 1f2451f

Browse files
mikachanFelix Arntz
andcommitted
Remove @return void comments
Co-Authored-By: Felix Arntz <felix-arntz@leaves-and-love.net>
1 parent 9ec5646 commit 1f2451f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/wp-includes/blocks/image.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ function block_core_image_render_lightbox( $block_content, $block ) {
309309
* @since 6.4.0
310310
*
311311
* @global WP_Scripts $wp_scripts
312-
*
313-
* @return void
314312
*/
315313
function block_core_image_ensure_interactivity_dependency() {
316314
global $wp_scripts;
@@ -326,8 +324,6 @@ function block_core_image_ensure_interactivity_dependency() {
326324

327325
/**
328326
* Registers the `core/image` block on server.
329-
*
330-
* @return void
331327
*/
332328
function register_block_core_image() {
333329
register_block_type_from_metadata(

0 commit comments

Comments
 (0)