Skip to content

Commit d0717fc

Browse files
committed
cs-fix
1 parent fd32a8f commit d0717fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/system/DataConverter/DataConverterTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public static function provideConvertDataFromDB(): iterable
209209
[
210210
'id' => 1,
211211
'temp' => 15.99,
212-
]
212+
],
213213
],
214214
'float precise-down' => [
215215
[
@@ -223,7 +223,7 @@ public static function provideConvertDataFromDB(): iterable
223223
[
224224
'id' => 1,
225225
'temp' => 1.23,
226-
]
226+
],
227227
],
228228
'float precise-even' => [
229229
[
@@ -237,7 +237,7 @@ public static function provideConvertDataFromDB(): iterable
237237
[
238238
'id' => 1,
239239
'temp' => 20.00,
240-
]
240+
],
241241
],
242242
'float precise-odd' => [
243243
[
@@ -251,7 +251,7 @@ public static function provideConvertDataFromDB(): iterable
251251
[
252252
'id' => 1,
253253
'temp' => 1.25,
254-
]
254+
],
255255
],
256256
'enum string-backed' => [
257257
[

0 commit comments

Comments
 (0)