We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76a1dc commit f1d8312Copy full SHA for f1d8312
system/Encryption/Handlers/BaseHandler.php
@@ -63,7 +63,7 @@ protected static function substr($str, $start, $length = null)
63
* Attempts to decrypt using the provided callback, and if it fails,
64
* tries again with any previous keys we may have.
65
*
66
- * @param string $data Data to decrypt
+ * @param string $data Data to decrypt
67
* @param array<string, string>|string|null $params Decryption parameters
68
* @param callable(string, array<string, string>|string|null): string $decryptCallback Callback that performs decryption
69
0 commit comments