Skip to content

feat(encryption): Add previous keys fallback feature #13409

feat(encryption): Add previous keys fallback feature

feat(encryption): Add previous keys fallback feature #13409

Triggered via pull request December 30, 2025 04:38
Status Failure
Total duration 1m 13s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
1m 9s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

3 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: system/Encryption/Handlers/BaseHandler.php#L74
Method CodeIgniter\Encryption\Handlers\BaseHandler::tryDecryptWithFallback() has parameter $params with no value type specified in iterable type array.
PHP Static Analysis: system/Encryption/Handlers/BaseHandler.php#L74
Method CodeIgniter\Encryption\Handlers\BaseHandler::tryDecryptWithFallback() has parameter $decryptCallback with no signature specified for callable.