Skip to content
Snippets Groups Projects
Commit f2758c8e authored by Lars Moelleken's avatar Lars Moelleken
Browse files

[+]: ".gitattributes" <- prevent installing special files via composer

[*]: add missing phpdoc
parent c35d52bd
Branches
Tags
No related merge requests found
* text=auto
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/run-tests.sh export-ignore
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment