. #14822
test-phpstan.yml
on: pull_request
PHP Static Analysis
1m 11s
Annotations
6 errors
|
PHP Static Analysis
Process completed with exit code 1.
|
|
PHP Static Analysis:
tests/system/HTTP/IncomingRequestTest.php#L774
Method CodeIgniter\HTTP\IncomingRequestTest::provideIsSecure() return type has no value type specified in iterable type iterable.
|
|
PHP Static Analysis:
tests/system/HTTP/IncomingRequestTest.php#L753
Method CodeIgniter\HTTP\IncomingRequestTest::testIsSecure() has parameter $server with no value type specified in iterable type array.
|
|
PHP Static Analysis:
tests/system/HTTP/IncomingRequestTest.php#L753
Method CodeIgniter\HTTP\IncomingRequestTest::testIsSecure() has parameter $proxyIPs with no value type specified in iterable type array.
|
|
PHP Static Analysis:
tests/system/HTTP/IncomingRequestTest.php#L753
Method CodeIgniter\HTTP\IncomingRequestTest::testIsSecure() has parameter $headers with no value type specified in iterable type array.
|
|
PHP Static Analysis:
tests/system/HTTP/IncomingRequestTest.php#L0
Ignored error pattern #^Call to an undefined method CodeIgniter\\HTTP\\Request\:\:isSecure\(\)\.$# in path /home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/HTTP/IncomingRequestTest.php was not matched in reported errors.
|