From 6f231592cdc8ac4f467f397fcbaef93562d2599f Mon Sep 17 00:00:00 2001 From: rubenvanassche <619804+rubenvanassche@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:01:28 +0000 Subject: [PATCH] Fix styling --- tests/Casts/DateTimeInterfaceCastTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Casts/DateTimeInterfaceCastTest.php b/tests/Casts/DateTimeInterfaceCastTest.php index 9a3655fd..9c4b2a75 100644 --- a/tests/Casts/DateTimeInterfaceCastTest.php +++ b/tests/Casts/DateTimeInterfaceCastTest.php @@ -341,4 +341,4 @@ public function __construct( CreationContextFactory::createFromConfig($class::class)->get() ) )->toEqual(new DateTimeImmutable('2024-12-02T16:20:15.969827247Z')); -}); \ No newline at end of file +});