Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed May 15, 2019
1 parent 0a0e74c commit 19e113a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/JWX/JWE/KeyAlgorithm/RSAESKeyAlgorithm.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class RSAESKeyAlgorithm extends KeyManagementAlgorithm
/**
* Constructor.
*
* Use <code>fromPublicKey</code> or <code>fromPrivateKey</code> instead!
* Use `fromPublicKey` or `fromPrivateKey` instead!
*
* @param RSAPublicKeyJWK $pub_key RSA public key
* @param RSAPrivateKeyJWK $priv_key Optional RSA private key
Expand Down
2 changes: 1 addition & 1 deletion lib/JWX/JWT/Claim/Feature/NumericDateClaim.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract public function value();
/**
* Initialize instance from date/time string.
*
* @param string $time <code>strtotime</code> compatible time string
* @param string $time `strtotime` compatible time string
* @param string $tz Default timezone
*
* @throws \RuntimeException
Expand Down

0 comments on commit 19e113a

Please sign in to comment.