Skip to content

Commit

Permalink
Fix key argument name in @param annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Jan 20, 2021
1 parent 17cb82d commit 6d36ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Signer/OpenSSL.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private function getPrivateKey($pem, $passphrase)
/**
* @param $expected
* @param $payload
* @param $pem
* @param $key
* @return bool
*/
public function doVerify($expected, $payload, Key $key)
Expand Down

0 comments on commit 6d36ea4

Please sign in to comment.