Skip to content

Commit 98b071a

Browse files
papcio122micszo
authored andcommitted
IBX-11818: formatting
1 parent aaa8767 commit 98b071a

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

tests/lib/Persistence/Legacy/Content/FieldValue/Converter/DateAndTimeTest.php

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,8 @@ public function testToFieldValue()
9090
public function providerForTestToStorageValueMissingData(): array
9191
{
9292
return [
93-
[
94-
[
95-
'current_time' => 1048633200,
96-
'rfc850' => 'Thu, 01 Jan 2003 00:00:00 GMT',
97-
],
98-
],
99-
[
100-
null,
101-
]
93+
[['current_time' => 1048633200, 'rfc850' => 'Thu, 01 Jan 2003 00:00:00 GMT']],
94+
[null],
10295
];
10396
}
10497

0 commit comments

Comments
 (0)