~ Bump to 8.4 #34
Annotations
11 errors
|
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
|
Loading