+ Added 7.x w/ PHP 8.4 #35
Annotations
10 errors and 1 warning
Run Static Analysis:
src/RelationJoinQuery.php#L57
Method Reedware\LaravelRelationJoins\RelationJoinQuery::belongsTo() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\BelongsTo but does not specify its types: TRelatedModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L125
Offset 0 does not exist on array|null.
|
Run Static Analysis:
src/RelationJoinQuery.php#L142
Method Reedware\LaravelRelationJoins\RelationJoinQuery::hasOneOrMany() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\HasMany but does not specify its types: TRelatedModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L142
Method Reedware\LaravelRelationJoins\RelationJoinQuery::hasOneOrMany() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\HasOne but does not specify its types: TRelatedModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L142
Method Reedware\LaravelRelationJoins\RelationJoinQuery::hasOneOrMany() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\MorphMany but does not specify its types: TRelatedModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L142
Method Reedware\LaravelRelationJoins\RelationJoinQuery::hasOneOrMany() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\MorphOne but does not specify its types: TRelatedModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L175
Method Reedware\LaravelRelationJoins\RelationJoinQuery::hasOneOrManyThrough() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\HasManyThrough but does not specify its types: TRelatedModel, TIntermediateModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L175
Method Reedware\LaravelRelationJoins\RelationJoinQuery::hasOneOrManyThrough() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\HasOneThrough but does not specify its types: TRelatedModel, TIntermediateModel, TDeclaringModel
|
Run Static Analysis:
src/RelationJoinQuery.php#L223
Offset 0 does not exist on array|null.
|
Run Static Analysis:
src/RelationJoinQuery.php#L237
Method Reedware\LaravelRelationJoins\RelationJoinQuery::morphOneOrMany() has parameter $relation with generic class Illuminate\Database\Eloquent\Relations\MorphMany but does not specify its types: TRelatedModel, TDeclaringModel
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading