Skip to content

Commit f409f55

Browse files
Maohao Ran (ext.)Maohao Ran (ext.)
authored andcommitted
Add return type.
1 parent f3d403e commit f409f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/JWKConverterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testMultipleToPEM($jwkSet, $expected)
2828
$this->assertEquals($expected, $this->jwkConverter->multipleToPEM($jwkSet));
2929
}
3030

31-
public function provideMultipleToPEM()
31+
public function provideMultipleToPEM(): array
3232
{
3333
return [
3434
[

0 commit comments

Comments
 (0)