Skip to content

refactor: commands - move the null exit code deprecation earlier #14117

refactor: commands - move the null exit code deprecation earlier

refactor: commands - move the null exit code deprecation earlier #14117

Triggered via pull request April 13, 2026 05:38
Status Failure
Total duration 33s
Artifacts

test-phpstan.yml

on: pull_request
PHP Static Analysis
30s
PHP Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHP Static Analysis: system/Commands/Database/MigrateStatus.php#L153
Method CodeIgniter\Commands\Database\MigrateStatus::run() should return int|null but empty return statement found.
PHP Static Analysis: system/Commands/Database/MigrateRefresh.php#L89
Method CodeIgniter\Commands\Database\MigrateRefresh::run() should return int|null but return statement is missing.
PHP Static Analysis: system/Commands/Database/MigrateRefresh.php#L82
Method CodeIgniter\Commands\Database\MigrateRefresh::run() should return int|null but empty return statement found.
PHP Static Analysis: system/Commands/Database/Migrate.php#L81
Method CodeIgniter\Commands\Database\Migrate::run() should return int|null but return statement is missing.
PHP Static Analysis: system/Commands/Database/CreateDatabase.php#L141
Method CodeIgniter\Commands\Database\CreateDatabase::run() should return int|null but empty return statement found.
PHP Static Analysis: system/Commands/Database/CreateDatabase.php#L133
Method CodeIgniter\Commands\Database\CreateDatabase::run() should return int|null but empty return statement found.
PHP Static Analysis: system/Commands/Database/CreateDatabase.php#L118
Method CodeIgniter\Commands\Database\CreateDatabase::run() should return int|null but empty return statement found.
PHP Static Analysis: system/Commands/Database/CreateDatabase.php#L86
Method CodeIgniter\Commands\Database\CreateDatabase::run() should return int|null but return statement is missing.
PHP Static Analysis: system/Commands/Cache/InfoCache.php#L89
Method CodeIgniter\Commands\Cache\InfoCache::run() should return int|null but return statement is missing.
PHP Static Analysis: system/Commands/Cache/InfoCache.php#L66
Method CodeIgniter\Commands\Cache\InfoCache::run() should return int|null but empty return statement found.