Skip to content

Commit 4fc5e27

Browse files
committed
Fix phpcs
1 parent 04ec8ac commit 4fc5e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/script-modules/wpScriptModules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function test_comprehensive_methods( bool $use_global_function, bool $onl
223223
}
224224
};
225225

226-
$reflection_class = new ReflectionClass( wp_script_modules() );
226+
$reflection_class = new ReflectionClass( wp_script_modules() );
227227
$get_marked_for_enqueue = $reflection_class->getMethod( 'get_marked_for_enqueue' );
228228
if ( PHP_VERSION_ID < 80100 ) {
229229
$get_marked_for_enqueue->setAccessible( true );

0 commit comments

Comments
 (0)