Skip to content

Commit f282bae

Browse files
committed
docs: fix incorrect PHPDoc types
1 parent 8c76e26 commit f282bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Authentication/JWT/JWSAdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface JWSAdapterInterface
2020
/**
2121
* Issues Signed JWT (JWS)
2222
*
23-
* @param list<mixed> $payload The payload.
23+
* @param array<string, mixed> $payload The payload.
2424
* @param string $keyset The key group.
2525
* The array key of Config\AuthJWT::$keys.
2626
* @param array<string, string>|null $headers An array with header elements to attach.

tests/Language/AbstractTranslationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ final public function testAllLocalizationParametersAreNotTranslated(string $loca
359359
}
360360

361361
/**
362-
* @return list<list<string>>
362+
* @return array<string, list<string>>
363363
*/
364364
final public static function localesProvider(): iterable
365365
{

0 commit comments

Comments
 (0)