Skip to content

Commit f1d8312

Browse files
committed
refactor: fix cs
1 parent c76a1dc commit f1d8312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Encryption/Handlers/BaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected static function substr($str, $start, $length = null)
6363
* Attempts to decrypt using the provided callback, and if it fails,
6464
* tries again with any previous keys we may have.
6565
*
66-
* @param string $data Data to decrypt
66+
* @param string $data Data to decrypt
6767
* @param array<string, string>|string|null $params Decryption parameters
6868
* @param callable(string, array<string, string>|string|null): string $decryptCallback Callback that performs decryption
6969
*

0 commit comments

Comments
 (0)