Skip to content

fix: env() TypeError for non-string $_SERVER values + esc() fixes #14826

fix: env() TypeError for non-string $_SERVER values + esc() fixes

fix: env() TypeError for non-string $_SERVER values + esc() fixes #14826

Triggered via pull request June 11, 2026 21:33
Status Failure
Total duration 1m 18s
Artifacts

test-phpstan.yml

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

Annotations

4 errors
PHP Static Analysis
Process completed with exit code 1.
PHP Static Analysis: tests/system/CommonFunctionsTest.php#L154
Method CodeIgniter\CommonFunctionsTest::provideEnvReturnsCorrectTypesWithoutTypeError() return type has no value type specified in iterable type iterable.
PHP Static Analysis: tests/system/CommonFunctionsTest.php#L150
Accessing offset 'ci_test_var' directly on $_SERVER is discouraged.
PHP Static Analysis: tests/system/CommonFunctionsTest.php#L140
Assigning mixed directly on offset 'ci_test_var' of $_SERVER is discouraged.