Skip to content

Commit

Permalink
MGMT-61 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhynds committed Apr 14, 2022
1 parent 4d4cdcb commit 00e387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LtiMessageLaunch.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private function getPublicKey()
* See https://datatracker.ietf.org/doc/html/rfc7517#section-4.4.
*/
private function getKeyAlgorithm(array $key): string
{
{
if (isset($key['alg'])) {
return $key['alg'];
}
Expand Down

0 comments on commit 00e387f

Please sign in to comment.