Add table name to model #12
Annotations
10 errors
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)>.
|
PHPStan - P8.3 - L11 - prefer-dist - ubuntu-latest:
app/Models/Concerns/CanJoinStables.php (in context of class App/Models/Wrestler)#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/Wrestler)#L26
Method App\Models\Wrestler::stables() should return Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable> but returns Illuminate\Database\Eloquent\Relations\MorphToMany<App\Models\Stable, $this(App\Models\Wrestler)>.
|