Skip to content

Commit 4a32053

Browse files
committed
fix phpcs
1 parent 94cb50e commit 4a32053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ public function test_validate_theme_requirements_filter_selective_failure() {
15061506
// Adds an extra requirement only for a particular theme.
15071507
add_filter(
15081508
'validate_theme_requirements',
1509-
function( $met_requirements, $stylesheet ) {
1509+
function ( $met_requirements, $stylesheet ) {
15101510
if ( 'twentytwenty' === $stylesheet ) {
15111511
return new WP_Error( 'theme_test_failed_requirement' );
15121512
}

0 commit comments

Comments
 (0)