Skip to content

Commit

Permalink
feat: add optional parameter for configure ssl algorithm in Singer / #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Votava committed Oct 18, 2023
1 parent e66df50 commit 1390666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Signer/Signer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class Signer implements SignerInterface
*/
private PublicKey $publicKey;
/**
* @var int|string
* @var int|string
*/
private $algorithm;
private $algorithm;


/**
Expand Down

0 comments on commit 1390666

Please sign in to comment.