Skip to content

refactor(upgrade): use sets and set lists #2547

refactor(upgrade): use sets and set lists

refactor(upgrade): use sets and set lists #2547

Triggered via pull request September 16, 2025 13:53
Status Success
Total duration 52s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
47s
Run style check
Run static analysis: PHPStan
44s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
strictness/require-constant-type: packages/upgrade/src/Set/TempestLevelSetList.php#L9
Class constant `UP_TO_TEMPEST_20` is missing a type hint. Adding a type hint to constants improves code readability and helps prevent type errors. Help: Consider specifying a type hint for `UP_TO_TEMPEST_20`.
strictness/require-constant-type: packages/upgrade/src/Set/TempestSetList.php#L9
Class constant `TEMPEST_20` is missing a type hint. Adding a type hint to constants improves code readability and helps prevent type errors. Help: Consider specifying a type hint for `TEMPEST_20`.