Skip to content

Bypass config($class) performance impact #194

Bypass config($class) performance impact

Bypass config($class) performance impact #194

Re-run triggered May 23, 2024 09:43
Status Failure
Total duration 1m 15s
Artifacts

phpstan.yml

on: pull_request
Matrix: phpstan / build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan / PHP 7.4 Static Analysis: src/Helpers/setting_helper.php#L14
Function setting() has invalid return type CodeIgniter\Settings\Settings.
phpstan / PHP 7.4 Static Analysis: src/Helpers/setting_helper.php#L17
PHPDoc tag @var for variable $setting contains unknown class CodeIgniter\Settings\Settings.
phpstan / PHP 7.4 Static Analysis: src/Helpers/setting_helper.php#L25
Call to method get() on an unknown class CodeIgniter\Settings\Settings.
phpstan / PHP 7.4 Static Analysis: src/Helpers/setting_helper.php#L29
Call to method set() on an unknown class CodeIgniter\Settings\Settings.
phpstan / PHP 7.4 Static Analysis: src/Settings.php#L64
Syntax error, unexpected T_OBJECT_OPERATOR on line 64
phpstan / PHP 7.4 Static Analysis: tests/DatabaseHandlerTest.php#L42
Instantiated class CodeIgniter\Settings\Settings not found.
phpstan / PHP 7.4 Static Analysis: tests/DatabaseHandlerTest.php#L49
Call to method set() on an unknown class CodeIgniter\Settings\Settings.
phpstan / PHP 7.4 Static Analysis: tests/DatabaseHandlerTest.php#L68
Instantiated class CodeIgniter\Settings\Settings not found.
phpstan / PHP 7.4 Static Analysis: tests/DatabaseHandlerTest.php#L70
Call to method set() on an unknown class CodeIgniter\Settings\Settings.
phpstan / PHP 7.4 Static Analysis: tests/DatabaseHandlerTest.php#L80
Call to method set() on an unknown class CodeIgniter\Settings\Settings.