Skip to content

Commit 1c5165d

Browse files
committed
Fix return type for data provider
1 parent 0a97d67 commit 1c5165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ public function test_wp_load_classic_theme_block_styles_on_demand_in_classic_the
985985
/**
986986
* Data provider.
987987
*
988-
* @return array<string, array{set_up?: Closure}>
988+
* @return array<string, array{set_up: Closure|null}>
989989
*/
990990
public function data_wp_hoist_late_printed_styles(): array {
991991
return array(

0 commit comments

Comments
 (0)