Skip to content

Commit e1315e3

Browse files
committed
refactor: fix static analysis problems
1 parent bd6e045 commit e1315e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/Encryption/Handlers/BaseHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ 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
67-
* @param array|string|null $params Decryption parameters
68-
* @param callable $decryptCallback Callback that performs decryption
66+
* @param string $data Data to decrypt
67+
* @param list<string, string>|string|null $params Decryption parameters
68+
* @param callable(string, list<string, string>|string|null): string $decryptCallback Callback that performs decryption
6969
*
7070
* @return string Decrypted data
7171
*

0 commit comments

Comments
 (0)