feat(router)!: add route decorators #2765
coding-conventions.yml
on: pull_request
Run style check
33s
Run static analysis: PHPStan
42s
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.
|