From 113545bc1a461312f7740e13edf27b2bb5561b00 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 4 Dec 2020 09:25:31 +0100 Subject: [PATCH] Fix snapshot --- .../LaravelCustomCasts/__snapshots__/Test__test__1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Console/ModelsCommand/LaravelCustomCasts/__snapshots__/Test__test__1.php b/tests/Console/ModelsCommand/LaravelCustomCasts/__snapshots__/Test__test__1.php index f29ffad..a108dbc 100644 --- a/tests/Console/ModelsCommand/LaravelCustomCasts/__snapshots__/Test__test__1.php +++ b/tests/Console/ModelsCommand/LaravelCustomCasts/__snapshots__/Test__test__1.php @@ -67,6 +67,6 @@ class CustomCast extends Model 'casted_property_with_this_return_docblock' => SelfCastingCasterWithThisDocblockReturn::class, 'extended_casted_property_with_static_return_docblock' => ExtendedSelfCastingCasterWithStaticDocblockReturn::class, 'extended_casted_property_with_this_return_docblock' => ExtendedSelfCastingCasterWithThisDocblockReturn::class, - 'casted_property_with_static_return_docblock_and_param' => SelfCastingCasterWithStaticDocblockReturn::class .':param', + 'casted_property_with_static_return_docblock_and_param' => SelfCastingCasterWithStaticDocblockReturn::class . ':param', ]; }