Skip to content

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

feat(encryption): Add previous keys fallback feature

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

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

test-phpstan.yml

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

Annotations

10 errors
PHP Static Analysis: system/Encryption/Handlers/SodiumHandler.php#L43
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/SodiumHandler.php#L43
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L179
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L150
Construct empty() is not allowed. Use more strict comparison.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L132
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L103
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#L96
Attribute class CodeIgniter\Encryption\Handlers\SensitiveParameter does not exist.
PHP Static Analysis: system/Encryption/Handlers/OpenSSLHandler.php#L96
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.