Skip to content

Commit

Permalink
~ Extend Relation
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed authored Dec 13, 2024
1 parent 37597d2 commit 85b23e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/BelongsToMany.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ use Illuminate\Database\Eloquent\Relations\Relation;
*
* @method class-string<Model> getPivotClass()
*/
class BelongsToMany
class BelongsToMany extends Relation

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.2)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Collection.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.2)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.2)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.2)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.2)

PHPDoc tag @template TDeclaringModel for class Illuminate\Database\Eloquent\Relations\BelongsToMany has invalid bound type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.2)

PHPDoc tag @template TRelatedModel for class Illuminate\Database\Eloquent\Relations\BelongsToMany has invalid bound type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.3)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Collection.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.3)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.3)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.3)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.3)

PHPDoc tag @template TDeclaringModel for class Illuminate\Database\Eloquent\Relations\BelongsToMany has invalid bound type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.3)

PHPDoc tag @template TRelatedModel for class Illuminate\Database\Eloquent\Relations\BelongsToMany has invalid bound type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.4)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Collection.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.4)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.4)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.4)

PHPDoc tag @extends has invalid type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.4)

PHPDoc tag @template TDeclaringModel for class Illuminate\Database\Eloquent\Relations\BelongsToMany has invalid bound type Illuminate\Database\Eloquent\Model.

Check failure on line 16 in stubs/BelongsToMany.stub

View workflow job for this annotation

GitHub Actions / Static Analysis (8.4)

PHPDoc tag @template TRelatedModel for class Illuminate\Database\Eloquent\Relations\BelongsToMany has invalid bound type Illuminate\Database\Eloquent\Model.
{
}

0 comments on commit 85b23e8

Please sign in to comment.