diff --git a/tests/Console/ModelsCommand/QueryMethods/__snapshots__/Test__test__1.php b/tests/Console/ModelsCommand/QueryMethods/__snapshots__/Test__test__1.php index 5a059be..393ddfb 100644 --- a/tests/Console/ModelsCommand/QueryMethods/__snapshots__/Test__test__1.php +++ b/tests/Console/ModelsCommand/QueryMethods/__snapshots__/Test__test__1.php @@ -7,8 +7,6 @@ namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\QueryMethods\Mod use Illuminate\Database\Eloquent\Model; /** - * - * * @property int $id * @property string|null $char_nullable * @property string $char_not_nullable @@ -44,8 +42,8 @@ use Illuminate\Database\Eloquent\Model; * @property float $float_not_nullable * @property float|null $double_nullable * @property float $double_not_nullable - * @property string|null $decimal_nullable - * @property string $decimal_not_nullable + * @property numeric|null $decimal_nullable + * @property numeric $decimal_not_nullable * @property int|null $boolean_nullable * @property int $boolean_not_nullable * @property string|null $enum_nullable