refactor: commands - move the null exit code deprecation earlier #14117
test-phpstan.yml
on: pull_request
PHP Static Analysis
30s
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.
|