Changeset 14329
- Timestamp:
- 01/03/2025 12:37:28 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/pr/adhocore-php-jwt/ValidatesJWT.php
r9564 r14329 115 115 } 116 116 117 if ( !\is_resource($this->key)) {117 if ($this->key===false) { 118 118 throw new JWTException('Invalid key: Should be resource of private key', static::ERROR_KEY_INVALID); 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.