Skip to content

Add @hasOneThrough directive #2684

Add @hasOneThrough directive

Add @hasOneThrough directive #2684

Triggered via pull request July 16, 2024 16:51
Status Failure
Total duration 3m 33s
Artifacts

validate.yml

on: pull_request
Matrix: benchmarks
Matrix: coverage
Matrix: static-analysis
Matrix: tests

Annotations

94 errors and 39 warnings
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: tests/Integration/Schema/Directives/HasOneThroughDirectiveTest.php#L67
Cannot access property $id on Illuminate\Database\Eloquent\Model|null.
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: tests/Integration/Schema/Directives/HasOneThroughDirectiveTest.php#L68
Cannot access property $name on Illuminate\Database\Eloquent\Model|null.
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: tests/Integration/Schema/Directives/HasOneThroughDirectiveTest.php#L67
Cannot access property $id on Illuminate\Database\Eloquent\Model|null.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: tests/Integration/Schema/Directives/HasOneThroughDirectiveTest.php#L68
Cannot access property $name on Illuminate\Database\Eloquent\Model|null.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies
Process completed with exit code 1.
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L35
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: tests/Utils/Models/Car.php#L37
Method Tests\Utils\Models\Car::mechanic() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Mechanic, Tests\Utils\Models\Car>.
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L25
Generic type Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsTo: TRelatedModel, TChildModel
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies: tests/Utils/Models/Owner.php#L27
Method Tests\Utils\Models\Owner::car() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Car, Tests\Utils\Models\Owner>.
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies
Process completed with exit code 1.
benchmarks (8.3, ^11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.1 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.0 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.2 with Laravel ^10 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.3 with Laravel ^11 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.2 with Laravel ^11 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.3 with Laravel ^11 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.2 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.3 with Laravel ^10 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.3 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.1 with Laravel ^10 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.3 with Laravel ^10 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.2 with Laravel ^11 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.2 with Laravel ^10 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.2 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.1 with Laravel ^10 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPStan on PHP 8.3 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.0 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
coverage (8.3, ^11)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
coverage (8.3, ^11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.0 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.2 with Laravel ^10 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.2 with Laravel ^10 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.1 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.1 with Laravel ^10 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.2 with Laravel ^11 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.3 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.1 with Laravel ^10 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.1 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.2 with Laravel ^9 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.2 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.3 with Laravel ^11 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.3 with Laravel ^10 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.3 with Laravel ^11 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.3 with Laravel ^10 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.2 with Laravel ^11 and lowest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHPUnit on PHP 8.3 with Laravel ^9 and highest dependencies
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/