Skip to content

Commit 113545b

Browse files
committed
Fix snapshot
1 parent ff54a20 commit 113545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Console/ModelsCommand/LaravelCustomCasts/__snapshots__/Test__test__1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ class CustomCast extends Model
6767
'casted_property_with_this_return_docblock' => SelfCastingCasterWithThisDocblockReturn::class,
6868
'extended_casted_property_with_static_return_docblock' => ExtendedSelfCastingCasterWithStaticDocblockReturn::class,
6969
'extended_casted_property_with_this_return_docblock' => ExtendedSelfCastingCasterWithThisDocblockReturn::class,
70-
'casted_property_with_static_return_docblock_and_param' => SelfCastingCasterWithStaticDocblockReturn::class .':param',
70+
'casted_property_with_static_return_docblock_and_param' => SelfCastingCasterWithStaticDocblockReturn::class . ':param',
7171
];
7272
}

0 commit comments

Comments
 (0)