Skip to content

Commit 11c8683

Browse files
westonruterCopilot
andauthored
Correct phpdoc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d771766 commit 11c8683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/media.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6513,8 +6513,8 @@ static function ( $loading_attrs ) {
65136513
*
65146514
* It must not get lazy-loaded or increase the counter since they may be in the Navigation Overlay.
65156515
*
6516-
* @param array<string, string> $attr
6517-
* @param string $context
6516+
* @param array<string, mixed> $attr
6517+
* @param string $context
65186518
*/
65196519
protected function assert_fetchpriority_low_loading_attrs( array $attr, string $context ): void {
65206520
$this->assertSameSetsWithIndex(

0 commit comments

Comments
 (0)