Skip to content

Commit 3a983f2

Browse files
Correct return type doc
1 parent eaa6dfa commit 3a983f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/auto-sizes/tests/test-auto-sizes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public function test_auto_sizes_attribute_includes_valid_auto(): void {
303303
/**
304304
* Provides data for the auto_sizes_update_image_attributes test.
305305
*
306-
* @return array<int,mixed[]> The data for the test cases.
306+
* @return array<string, array<string, array<string, string>>> The data for the test cases.
307307
*/
308308
public function data_provider_for_auto_sizes_update_image_attributes(): array {
309309
return array(

0 commit comments

Comments
 (0)