fix: env() TypeError for non-string $_SERVER values + esc() fixes
#14826
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 12s
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.
|