refactor(upgrade): use sets and set lists #2547
coding-conventions.yml
on: pull_request
Run style check
47s
Run static analysis: PHPStan
44s
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`.
|