Update tests for int/bool

This commit is contained in:
Barry vd. Heuvel
2024-02-18 13:28:53 +01:00
parent 381d41d638
commit 76f27119d0
32 changed files with 472 additions and 477 deletions
@@ -11,7 +11,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
/**
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GenericsSyntaxDisabled\Models\Simple
*
* @property integer $id
* @property int $id
* @property-read \Illuminate\Database\Eloquent\Collection|Simple[] $regularBelongsToMany
* @property-read int|null $regular_belongs_to_many_count
* @property-read \Illuminate\Database\Eloquent\Collection|Simple[] $regularHasMany