Merge branch 'development' into fix-title-championships-db #13
Annotations
10 errors
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Livewire/TagTeams/PreviousTitleChampionshipsList.php#L46
Relation 'title' is not found in App\Models\Title model.
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Livewire/Wrestlers/PreviousTitleChampionshipsList.php#L46
Relation 'title' is not found in App\Models\Title model.
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/Manager)#L24
Generic type Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\MorphToMany: TRelatedModel, TDeclaringModel
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/Manager)#L26
Method App\Models\Manager::stables() should return Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> but returns Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable, $this(App\Models\Manager)>.
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/Manager)#L45
Generic type Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\MorphToMany: TRelatedModel, TDeclaringModel
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/Manager)#L47
Method App\Models\Manager::previousStables() should return Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> but returns Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable, $this(App\Models\Manager)>.
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/TagTeam)#L24
Generic type Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\MorphToMany: TRelatedModel, TDeclaringModel
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/TagTeam)#L26
Method App\Models\TagTeam::stables() should return Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> but returns Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable, $this(App\Models\TagTeam)>.
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/TagTeam)#L45
Generic type Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\MorphToMany: TRelatedModel, TDeclaringModel
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/TagTeam)#L47
Method App\Models\TagTeam::previousStables() should return Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> but returns Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable, $this(App\Models\TagTeam)>.
|