Skip to content

Commit cdd1eac

Browse files
authored
Update tests/JWKTest.php
1 parent 8b3f2a8 commit cdd1eac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/JWKTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ public function testDecodeByOctetJwkKeySet()
186186
}
187187
}
188188

189-
public function testOctetJwkMissingK() {
189+
public function testOctetJwkMissingK()
190+
{
190191
$this->expectException(UnexpectedValueException::class);
191192
$this->expectExceptionMessage('k not set');
192193

0 commit comments

Comments
 (0)