From 37dfcf9e1417aca8784c91f1677fb9edf1ac291b Mon Sep 17 00:00:00 2001 From: Pieter Willekens Date: Fri, 20 Feb 2026 14:51:32 +0100 Subject: [PATCH] chore: update test snapshots after dependency upgrade (#1762) --- .../QueryMethods/__snapshots__/Test__test__1.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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