Add @hasOneThrough
directive
#2684
Annotations
5 errors and 1 warning
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
|
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>.
|
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
|
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>.
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading