Skip to content

Commit 43b409d

Browse files
committed
Add tag PHPDoc comment
1 parent 9a76bd5 commit 43b409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/res/Encryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Encryption
1414
* @param string $data Data to decrypt.
1515
* @param string $password Password used to decrypt.
1616
* @param string $iv IV for decryption.
17-
* @param string $tag
17+
* @param string $tag AEAD tag from the data encryption.
1818
* @return string Returns decrypted data.
1919
* @since 2.0
2020
* @since 2.3 Added support for AEAD cipher modes.

0 commit comments

Comments
 (0)