fix(router): use route registry to generate uris #2829
coding-conventions.yml
on: pull_request
Run style check
31s
Run static analysis: PHPStan
43s
Annotations
1 error and 2 warnings
|
Run style check
Process completed with exit code 1.
|
|
no-redundant-use:
tests/Integration/Route/UriGeneratorTest.php#L15
Unused import: `ControllerWithRepeatedRoutes`.
Help: Remove the entire `use` statement.
|
|
no-redundant-use:
packages/router/src/UriGenerator.php#L18
Unused import: `ControllerMethodHasMultipleRoutes`.
Help: Remove the entire `use` statement.
|