Skip to content

Commit

Permalink
Add tag PHPDoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Apr 13, 2019
1 parent 9a76bd5 commit 43b409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/res/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Encryption
* @param string $data Data to decrypt.
* @param string $password Password used to decrypt.
* @param string $iv IV for decryption.
* @param string $tag
* @param string $tag AEAD tag from the data encryption.
* @return string Returns decrypted data.
* @since 2.0
* @since 2.3 Added support for AEAD cipher modes.
Expand Down

0 comments on commit 43b409d

Please sign in to comment.