feat(core): automatic upgrade #2387
coding-conventions.yml
on: pull_request
Run style check
35s
Run static analysis: PHPStan
22s
Annotations
3 errors and 1 warning
|
Run static analysis: PHPStan
Process completed with exit code 255.
|
|
Run style check
Process completed with exit code 1.
|
|
analysis/undefined-function-or-method:
src/Tempest/Framework/Commands/UpgradeCommand.php#L66
Attempt to call static method on undefined class `Composer\Semver\Semver`.
Help: Define or import `Composer\Semver\Semver` before using it.
|
|
strictness/no-empty-construct:
src/Tempest/Framework/Commands/UpgradeCommand.php#L35
Use of the `empty` construct.
`empty()` exhibits unexpected behavior on specific value.
It is unclear what condition is being treated with `empty()`.
Help: Use strict comparison or specific predicate function to clearly convey your intent.
|