Skip to content

Handle multiple model parameters in routes. #78

Handle multiple model parameters in routes.

Handle multiple model parameters in routes. #78

Triggered via pull request December 20, 2024 08:55
Status Failure
Total duration 33s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
phpstan: src/PendingRouteTransformers/AddControllerUriToActions.php#L16
Method Spatie\RouteDiscovery\PendingRouteTransformers\AddControllerUriToActions::transform() has parameter $pendingRoutes with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/AddControllerUriToActions.php#L16
Method Spatie\RouteDiscovery\PendingRouteTransformers\AddControllerUriToActions::transform() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/AddDefaultRouteName.php#L16
Method Spatie\RouteDiscovery\PendingRouteTransformers\AddDefaultRouteName::transform() has parameter $pendingRoutes with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/AddDefaultRouteName.php#L16
Method Spatie\RouteDiscovery\PendingRouteTransformers\AddDefaultRouteName::transform() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/AddDefaultRouteName.php#L22
No error to ignore is reported on line 22.
phpstan: src/PendingRouteTransformers/HandleDoNotDiscoverAttribute.php#L17
Method Spatie\RouteDiscovery\PendingRouteTransformers\HandleDoNotDiscoverAttribute::transform() has parameter $pendingRoutes with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/HandleDoNotDiscoverAttribute.php#L17
Method Spatie\RouteDiscovery\PendingRouteTransformers\HandleDoNotDiscoverAttribute::transform() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/HandleDomainAttribute.php#L11
Method Spatie\RouteDiscovery\PendingRouteTransformers\HandleDomainAttribute::transform() has parameter $pendingRoutes with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/HandleDomainAttribute.php#L11
Method Spatie\RouteDiscovery\PendingRouteTransformers\HandleDomainAttribute::transform() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: src/PendingRouteTransformers/HandleFullUriAttribute.php#L16
Method Spatie\RouteDiscovery\PendingRouteTransformers\HandleFullUriAttribute::transform() has parameter $pendingRoutes with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
phpstan
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/