Skip to content

Commit b501973

Browse files
Sarthak JaiswalSarthak Jaiswal
authored andcommitted
Update doc comments of test function
1 parent fa97ef2 commit b501973

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,12 @@ public function data_provider_for_auto_sizes_update_image_attributes(): array {
356356
}
357357

358358
/**
359-
* @param array<string, mixed> $attr Attributes to be updated.
360-
* @param array<string, mixed> $expected Expected updated attributes.
361359
* @covers ::auto_sizes_update_image_attributes
360+
*
362361
* @dataProvider data_provider_for_auto_sizes_update_image_attributes
362+
*
363+
* @param array<string, mixed> $attr Attributes to be updated.
364+
* @param array<string, mixed> $expected Expected updated attributes.
363365
*/
364366
public function test_auto_sizes_update_image_attributes( array $attr, array $expected ): void {
365367
$this->assertSame( $expected, auto_sizes_update_image_attributes( $attr ) );

0 commit comments

Comments
 (0)