Skip to content

Merge pull request #32 from ricventu/fix-resource-method-names #76

Merge pull request #32 from ricventu/fix-resource-method-names

Merge pull request #32 from ricventu/fix-resource-method-names #76

Triggered via push December 11, 2024 09:31
Status Failure
Total duration 30s
Artifacts

phpstan.yml

on: push
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/