Skip to content

feat(router)!: add route decorators #2765

feat(router)!: add route decorators

feat(router)!: add route decorators #2765

Triggered via pull request November 8, 2025 06:27
Status Failure
Total duration 47s
Artifacts

coding-conventions.yml

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

Annotations

1 error and 1 notice
Run style check
Process completed with exit code 1.
use-compound-assignment: packages/upgrade/src/Tempest3/WriteableRouteRector.php#L41
Use a compound assignment for clarity and performance. Using operators like `+=` or `.=` is more idiomatic and can be faster, especially for string concatenation. Help: Use the `&=` operator instead.