Skip to content

Commit

Permalink
Merge pull request #634 from chalasr/fix-param-name
Browse files Browse the repository at this point in the history
Fix argument name in `@param` annotation of `OpenSSL#doVerify()`
  • Loading branch information
Ocramius authored Jan 20, 2021
2 parents 17cb82d + 6d36ea4 commit 3a98e23
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 3a98e23

Please sign in to comment.