We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d403e commit f409f55Copy full SHA for f409f55
tests/JWKConverterTest.php
@@ -28,7 +28,7 @@ public function testMultipleToPEM($jwkSet, $expected)
28
$this->assertEquals($expected, $this->jwkConverter->multipleToPEM($jwkSet));
29
}
30
31
- public function provideMultipleToPEM()
+ public function provideMultipleToPEM(): array
32
{
33
return [
34
[
0 commit comments