From 2dba19133cf04765405c17841039bb41220cc86d Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Fri, 12 Jul 2024 16:16:37 +0200 Subject: [PATCH] Fix style again (#1569) --- .../Casts/CustomCasterWithStaticReturnType.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithStaticReturnType.php b/tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithStaticReturnType.php index 5a65eaf..0624046 100644 --- a/tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithStaticReturnType.php +++ b/tests/Console/ModelsCommand/LaravelCustomCasts/Casts/CustomCasterWithStaticReturnType.php @@ -1,5 +1,7 @@