Skip to content

Commit e861831

Browse files
Apply suggestions from code review
Co-authored-by: Weston Ruter <[email protected]>
1 parent e764b51 commit e861831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/auto-sizes/includes/improve-calculate-sizes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function auto_sizes_prime_attachment_caches( $content ): string {
7676
*/
7777
function auto_sizes_filter_image_tag( $content, array $parsed_block, WP_Block $block ): string {
7878
if ( ! is_string( $content ) ) {
79-
return ''; // @codeCoverageIgnore
79+
return '';
8080
}
8181

8282
$processor = new WP_HTML_Tag_Processor( $content );

0 commit comments

Comments
 (0)