From 5c29024b2561add3710ff1b03f42697b4b4cfb3e Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sat, 30 Mar 2024 19:15:38 -0400 Subject: [PATCH] CS fix --- tests/Feature/ChartsTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Feature/ChartsTest.php b/tests/Feature/ChartsTest.php index dc2faf3..df14afa 100644 --- a/tests/Feature/ChartsTest.php +++ b/tests/Feature/ChartsTest.php @@ -274,7 +274,8 @@ public function testToJson() 'type', 'options', 'series', - ], array_keys( + ], + array_keys( json_decode($response->content(), true) ) );