diff --git a/src/Authentication/JWT/JWSAdapterInterface.php b/src/Authentication/JWT/JWSAdapterInterface.php index 06c02a7b0..d497d1861 100644 --- a/src/Authentication/JWT/JWSAdapterInterface.php +++ b/src/Authentication/JWT/JWSAdapterInterface.php @@ -20,7 +20,7 @@ interface JWSAdapterInterface /** * Issues Signed JWT (JWS) * - * @param list $payload The payload. + * @param array $payload The payload. * @param string $keyset The key group. * The array key of Config\AuthJWT::$keys. * @param array|null $headers An array with header elements to attach. diff --git a/tests/Language/AbstractTranslationTestCase.php b/tests/Language/AbstractTranslationTestCase.php index 990f9a282..4134dd61e 100644 --- a/tests/Language/AbstractTranslationTestCase.php +++ b/tests/Language/AbstractTranslationTestCase.php @@ -359,7 +359,7 @@ final public function testAllLocalizationParametersAreNotTranslated(string $loca } /** - * @return list> + * @return array> */ final public static function localesProvider(): iterable {