paragonie / paseto

Platform-Agnostic Security Tokens
https://paseto.io
Other
3.24k stars 108 forks source link

Duplicate php function documentation #105

Closed chocolatkey closed 3 years ago

chocolatkey commented 4 years ago

In the Util.php file, while figuring out how to work with the jti in the footer, I found functions with duplicate phpdoc descriptions that do not perform the same operations:

https://github.com/paragonie/paseto/blob/master/src/Util.php#L138

https://github.com/paragonie/paseto/blob/master/src/Util.php#L157

https://github.com/paragonie/paseto/blob/master/src/Util.php#L177

paragonie-security commented 3 years ago

This will be fixed in #128 once #127's design is finalized.