Skip to content

Commit 5c29024

Browse files
committed
CS fix
1 parent be91959 commit 5c29024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Feature/ChartsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ public function testToJson()
274274
'type',
275275
'options',
276276
'series',
277-
], array_keys(
277+
],
278+
array_keys(
278279
json_decode($response->content(), true)
279280
)
280281
);

0 commit comments

Comments
 (0)