We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b6090 commit 12ec2feCopy full SHA for 12ec2fe
src/JWT.php
@@ -70,7 +70,8 @@ class JWT
70
*
71
* @return object The JWT's payload as a PHP object
72
73
- * @throws InvalidArgumentException Provided JWT was empty
+ * @throws InvalidArgumentException Provided key/key-array was empty
74
+ * @throws DomainException Provided JWT is malformed
75
* @throws UnexpectedValueException Provided JWT was invalid
76
* @throws SignatureInvalidException Provided JWT was invalid because the signature verification failed
77
* @throws BeforeValidException Provided JWT is trying to be used before it's eligible as defined by 'nbf'
0 commit comments