fix(view): improved attribute precedence #1628
coding-conventions.yml
on: pull_request
Run style check
35s
Run static analysis: PHPStan
44s
Annotations
1 warning
|
strictness/require-return-type:
tests/Integration/View/TempestViewRendererTest.php#L607
Method `test_if_and_foreach_precedence` is missing a return type hint.
Type hints improve code readability and help prevent type-related errors.
Help: Consider adding a return type hint to method `test_if_and_foreach_precedence`.
|