Use int/bool instead of longer variant (#1524)

* Use int/bool instead of longer variant

* Add changelog

* Update snapshots
This commit is contained in:
Barry vd. Heuvel
2024-02-19 12:39:07 +01:00
committed by GitHub
parent 9af62e243d
commit d7ed749f3e
32 changed files with 387 additions and 384 deletions
@@ -11,7 +11,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
/**
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\CustomCollection\Models\Simple
*
* @property integer $id
* @property int $id
* @property-read SimpleCollection<int, Simple> $relationHasMany
* @property-read int|null $relation_has_many_count
* @method static SimpleCollection<int, static> all($columns = ['*'])