Coding Standards: Remove superfluous blank lines at the end of various files.

Note: This is enforced by WPCS 3.0.0.

Props jrf.
See #59161, #58831.

git-svn-id: https://develop.svn.wordpress.org/trunk@56536 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2023-09-07 14:57:30 +00:00
parent 362624176c
commit 46f64928af
18 changed files with 0 additions and 19 deletions

View File

@ -116,4 +116,3 @@ if ( 'type' === $tab || 'type_url' === $tab || ! array_key_exists( $tab, media_u
*/
do_action( "media_upload_{$tab}" );
}

View File

@ -2,4 +2,3 @@
// There is nothing output here because block themes do not use php templates.
// There is a core ticket discussing removing this requirement for block themes:
// https://core.trac.wordpress.org/ticket/54272.

View File

@ -654,4 +654,3 @@ abstract class WP_Image_Editor {
return wp_get_default_extension_for_mime_type( $mime_type );
}
}

View File

@ -359,4 +359,3 @@ if ( ! class_exists( 'POMO_CachedIntFileReader', false ) ) :
}
}
endif;

View File

@ -220,5 +220,3 @@ function wppf_results() {
function wppf_print_summary() {
$GLOBALS['wppf']->print_summary();
}

View File

@ -994,4 +994,3 @@ class Tests_Block_Supports_Typography extends WP_UnitTestCase {
);
}
}

View File

@ -765,4 +765,3 @@ class Tests_WP_Customize_Setting extends WP_UnitTestCase {
$this->assertSame( $override_value, $setting->value() );
}
}

View File

@ -36,4 +36,3 @@ class Tests_Formatting_Ent2ncr extends WP_UnitTestCase {
return $data_provided;
}
}

View File

@ -43,4 +43,3 @@ class Tests_Formatting_SeemsUtf8 extends WP_UnitTestCase {
return $big5_strings;
}
}

View File

@ -35,4 +35,3 @@ class Tests_Formatting_Utf8UriEncode extends WP_UnitTestCase {
return $data_provided;
}
}

View File

@ -36,4 +36,3 @@ class Tests_Formatting_wpReplaceInHtmlTags extends WP_UnitTestCase {
);
}
}

View File

@ -103,4 +103,3 @@ class Tests_Formatting_wpStripAllTags extends WP_UnitTestCase {
);
}
}

View File

@ -340,4 +340,3 @@ msgstr[2] "бабаяга"',
// TODO: Add tests for bad files.
}

View File

@ -371,4 +371,3 @@ class Tests_Query_CommentCount extends WP_UnitTestCase {
$this->assertSameSets( $expected, $found_post_ids );
}
}

View File

@ -353,4 +353,3 @@ class Tests_Theme_WpGetBlockCssSelector extends WP_Theme_UnitTestCase {
$this->assertEquals( '.found', $selector );
}
}

View File

@ -58,4 +58,3 @@ class Tests_User_wpSetCurrentUser extends WP_UnitTestCase {
$this->assertSame( self::$user_id2, get_current_user_id() );
}
}

View File

@ -27,4 +27,3 @@ class Tests_XMLRPC_Client extends WP_XMLRPC_UnitTestCase {
$this->assertSame( '/server.php?this-is-needed=true', $client->path );
}
}

View File

@ -82,4 +82,3 @@ $to = 'To <wp.mail.testing+to@gmail.com>';
$headers[] = "BCC: {$bcc}";
wp_mail( '', $subject, $message, $headers );
echo "Test emails sent!\n";