Skip to content

cleaned up the home page. #40

cleaned up the home page.

cleaned up the home page. #40

Triggered via push February 13, 2025 12:17
Status Failure
Total duration 54s
Artifacts

static.yml

on: push
Matrix: Static Tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Static Tests (prefer-stable): app/Console/Commands/IdeHelperCommand.php#L28
Method App\Console\Commands\IdeHelperCommand::handle() has no return type specified.
Static Tests (prefer-stable): app/Models/Scopes/ActiveScope.php#L16
Method App\Models\Scopes\ActiveScope::apply() has parameter $builder with generic class Illuminate\Database\Eloquent\Builder but does not specify its types: TModel
Static Tests (prefer-stable): app/Models/Scopes/OrderByLatestScope.php#L16
Method App\Models\Scopes\OrderByLatestScope::apply() has parameter $builder with generic class Illuminate\Database\Eloquent\Builder but does not specify its types: TModel
Static Tests (prefer-stable): app/Models/Scopes/PublishedScope.php#L16
Method App\Models\Scopes\PublishedScope::apply() has parameter $builder with generic class Illuminate\Database\Eloquent\Builder but does not specify its types: TModel
Static Tests (prefer-stable): database/factories/UserFactory.php#L1
Ignored error pattern #^Return type \(array\<string, mixed\>\) of method Database\\Factories\\UserFactory\:\:definition\(\) should be compatible with return type \(array\<model property of App\\Models\\User, mixed\>\) of method Illuminate\\Database\\Eloquent\\Factories\\Factory\<App\\Models\\User\>\:\:definition\(\)$# in path /home/runner/work/laravel-starter-kit/laravel-starter-kit/database/factories/UserFactory.php was not matched in reported errors.
Static Tests (prefer-stable): database/factories/UserFactory.php#L26
PHPDoc tag @return has invalid value (array<model property of \App\Models\User, mixed>): Unexpected token "property", expected '>' at offset 77
Static Tests (prefer-stable)
Process completed with exit code 1.
Static Tests (prefer-lowest)
The job was canceled because "prefer-stable" failed.
Static Tests (prefer-lowest)
The operation was canceled.