From 8982faf19a9c12c9e1becff618e1c934ca712cfc Mon Sep 17 00:00:00 2001 From: SohamPatel46 Date: Wed, 22 Jan 2025 17:39:07 +0530 Subject: [PATCH] Fix php sniffs --- plugins/webp-uploads/picture-element.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/webp-uploads/picture-element.php b/plugins/webp-uploads/picture-element.php index d7d9f60533..3ebbedeb42 100644 --- a/plugins/webp-uploads/picture-element.php +++ b/plugins/webp-uploads/picture-element.php @@ -174,7 +174,6 @@ function webp_uploads_wrap_image_in_picture( string $image, string $context, int * * @since n.e.x.t * - * @return void */ function webp_make_lightbox_trigger_button_visible(): void { if ( has_filter( 'render_block_core/image', 'block_core_image_render_lightbox' ) ) { @@ -184,10 +183,9 @@ function webp_make_lightbox_trigger_button_visible(): void { /** * Add an action to wp_footer conditionally for lighbox trigger button visibility. - * + * * @since n.e.x.t * - * @return void */ function webp_add_footer_action_for_lightbox_button_visibility(): void { if ( webp_uploads_is_picture_element_enabled() ) {