refactor(upgrade): use sets and set lists #2549
Triggered via pull request
September 17, 2025 05:06
Status
Failure
Total duration
1m 17s
Artifacts
–
coding-conventions.yml
on: pull_request
Run style check
34s
Run static analysis: PHPStan
38s
Annotations
5 errors
|
Run style check
Process completed with exit code 1.
|
|
Run style check:
packages/upgrade/src/Set/TempestLevelSetList.php#L9
Expected one of `Variable`, found `Const`
|
|
analysis/undefined-constant-or-enum-case:
packages/upgrade/tests/Tempest2/tempest2_rector.php#L8
Accessing `TEMPEST_20` on non-existent class `Tempest\Upgrade\Set\TempestSetList`.
Help: Define or import the class `Tempest\Upgrade\Set\TempestSetList` before using it.
|
|
analysis/undefined-constant-or-enum-case:
packages/upgrade/config/sets/level/up-to-tempest-20.php#L10
Accessing `TEMPEST_20` on non-existent class `Tempest\Upgrade\Set\TempestSetList`.
Help: Define or import the class `Tempest\Upgrade\Set\TempestSetList` before using it.
|
|
Run style check:
packages/upgrade/src/Set/TempestSetList.php#L9
Expected one of `Variable`, found `Const`
|