Skip to content

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

feat(encryption): Add previous keys fallback feature

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

Triggered via pull request December 21, 2025 13:31
Status Failure
Total duration 1m 25s
Artifacts

test-phpstan.yml

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

Annotations

10 errors
PHP Static Analysis: system/Encryption/Handlers/SodiumHandler.php#L55
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/SodiumHandler.php#L55
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L178
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L148
Construct empty() is not allowed. Use more strict comparison.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L130
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L101
Ignored error pattern #^Construct empty\(\) is not allowed\. Use more strict comparison\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/system/Encryption/Handlers/OpenSSLHandler.php is expected to occur 2 times, but occurred 3 times.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L94
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L94
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Config/BaseConfig.php#L141
Call to function is_string() with array will always evaluate to false.
PHP Static Analysis: app/Config/Encryption.php#L42
Property Config\Encryption::$previousKeys type has no value type specified in iterable type array.