summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Moelleken <lmoelleken@menadwork.com>2016-02-01 13:26:42 +0100
committerLars Moelleken <lmoelleken@menadwork.com>2016-02-01 13:26:42 +0100
commitf2758c8ebdc88b48dbcdc91aed8b2ad873df688f (patch)
tree503a32ec73d07da23709d967a1176e4cddd9b5b1 /src
parentc35d52bd53fafd4a92c72c8e0b8489ebfc1a4306 (diff)
downloadphp-jwt-f2758c8ebdc88b48dbcdc91aed8b2ad873df688f.zip
php-jwt-f2758c8ebdc88b48dbcdc91aed8b2ad873df688f.tar.gz
php-jwt-f2758c8ebdc88b48dbcdc91aed8b2ad873df688f.tar.bz2
[+]: ".gitattributes" <- prevent installing special files via composer
[*]: add missing phpdoc
Diffstat (limited to 'src')
-rw-r--r--src/JWT.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JWT.php b/src/JWT.php
index b3532df..78512a1 100644
--- a/src/JWT.php
+++ b/src/JWT.php
@@ -130,6 +130,7 @@ class JWT
* If the algorithm used is asymmetric, this is the private key
* @param string $alg The signing algorithm.
* Supported algorithms are 'HS256', 'HS384', 'HS512' and 'RS256'
+ * @param mixed $keyId
* @param array $head An array with header elements to attach
*
* @return string A signed JWT