File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/system/DataConverter Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments