mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Use int/bool instead of longer variant (#1524)
* Use int/bool instead of longer variant * Add changelog * Update snapshots
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* Text of existing phpdoc
|
||||
*
|
||||
* @property string $foo
|
||||
* @property integer $id
|
||||
* @property int $id
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple query()
|
||||
|
||||
@@ -9,7 +9,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
/**
|
||||
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple
|
||||
*
|
||||
* @property integer $id
|
||||
* @property int $id
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple query()
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
/**
|
||||
* Text of existing phpdoc
|
||||
*
|
||||
* @property integer $id
|
||||
* @property int $id
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Simple query()
|
||||
|
||||
Reference in New Issue
Block a user