Skip to content

fix: debug toolbar logs collector behavior on isEmpty() #13066

fix: debug toolbar logs collector behavior on isEmpty()

fix: debug toolbar logs collector behavior on isEmpty() #13066

Re-run triggered September 18, 2025 10:46
Status Failure
Total duration 1m 27s
Artifacts

test-phpstan.yml

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

Annotations

10 errors
PHP Static Analysis: tests/system/Commands/BaseCommandTest.php#L39
Property CodeIgniter\CLI\BaseCommand::$group (string) in isset() is not nullable.
PHP Static Analysis: tests/system/Commands/BaseCommandTest.php#L39
Call to method PHPUnit\Framework\Assert::assertTrue() with true will always evaluate to true.
PHP Static Analysis: system/Test/FeatureTestTrait.php (in context of class CodeIgniter/Test/FeatureTestTraitTest)#L407
Property CodeIgniter\Test\FeatureTestTraitTest::$session (array<int|string, mixed>) on left side of ?? is not nullable.
PHP Static Analysis: system/Test/FeatureTestTrait.php (in context of class CodeIgniter/Test/FeatureTestAutoRoutingImprovedTest)#L407
Property CodeIgniter\Test\FeatureTestAutoRoutingImprovedTest::$session (array<int|string, mixed>) on left side of ?? is not nullable.
PHP Static Analysis: system/Test/FeatureTestTrait.php (in context of class CodeIgniter/HomeTest)#L407
Property CodeIgniter\HomeTest::$session (array<int|string, mixed>) on left side of ?? is not nullable.
PHP Static Analysis: system/Database/SQLite3/Connection.php#L110
Property CodeIgniter\Database\BaseConnection<SQLite3,SQLite3Result>::$password (string) in isset() is not nullable.
PHP Static Analysis: system/Database/MySQLi/Connection.php#L126
Property CodeIgniter\Database\BaseConnection<mysqli,mysqli_result>::$strictOn (bool) in isset() is not nullable.
PHP Static Analysis: system/CLI/Commands.php#L132
Property CodeIgniter\CLI\BaseCommand::$group (string) in isset() is not nullable.
PHP Static Analysis: system/CLI/BaseCommand.php#L157
Property CodeIgniter\CLI\BaseCommand::$description (string) in isset() is not nullable.
PHP Static Analysis: system/CLI/BaseCommand.php#L145
Property CodeIgniter\CLI\BaseCommand::$usage (string) in isset() is not nullable.