We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd2137 commit f7886d5Copy full SHA for f7886d5
src/JWT.php
@@ -166,7 +166,7 @@ public static function decode(
166
}
167
168
/**
169
- * Converts and signs a PHP object or array into a JWT string.
+ * Converts and signs a PHP array into a JWT string.
170
*
171
* @param array<mixed> $payload PHP array
172
* @param string|resource|OpenSSLAsymmetricKey|OpenSSLCertificate $key The secret key.
0 commit comments