Skip to content

fix: make Autoloader composer path injectable to fix parallel test race condition #13999

fix: make Autoloader composer path injectable to fix parallel test race condition

fix: make Autoloader composer path injectable to fix parallel test race condition #13999

Triggered via pull request April 2, 2026 13:46
Status Failure
Total duration 1m 26s
Artifacts

test-phpstan.yml

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

Annotations

10 errors
PHP Static Analysis: system/CodeIgniter.php#L524
Property Config\Routing::$useControllerAttributes (bool) on left side of ?? is not nullable.
PHP Static Analysis: system/CodeIgniter.php#L455
Property Config\Feature::$oldFilterOrder (bool) on left side of ?? is not nullable.
PHP Static Analysis: system/CodeIgniter.php#L192
Property Config\App::$appTimezone (string) on left side of ?? is not nullable.
PHP Static Analysis: system/CodeIgniter.php#L189
Property Config\App::$defaultLocale (string) on left side of ?? is not nullable.
PHP Static Analysis: system/Cache/Handlers/PredisHandler.php#L68
Property Config\Cache::$redis (array<string, bool|int|string|null>) in isset() is not nullable.
PHP Static Analysis: system/Cache/CacheFactory.php#L56
Property Config\Cache::$handler (string) in isset() is not nullable.
PHP Static Analysis: system/Cache/CacheFactory.php#L56
Property Config\Cache::$backupHandler (string) in isset() is not nullable.
PHP Static Analysis: system/Cache/CacheFactory.php#L52
Property Config\Cache::$validHandlers (array<string, class-string<CodeIgniter\Cache\CacheInterface>>) in isset() is not nullable.
PHP Static Analysis: system/Boot.php#L208
Property Config\Paths::$envDirectory (string) on left side of ?? is not nullable.
PHP Static Analysis: system/BaseModel.php#L656
Property Config\Feature::$limitZeroAsAll (bool) on left side of ?? is not nullable.