Skip to content

Commit

Permalink
Add trailing commas in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
deekthesqueak committed Jun 21, 2018
1 parent b324ca1 commit 83c65a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/Style/NumberFormatDates.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
[
'07:35:00 AM',
43270.315972222,
'hh:mm:ss\ AM/PM'
'hh:mm:ss\ AM/PM',
],
[
'02:29:00 PM',
43270.603472222,
'hh:mm:ss\ AM/PM'
'hh:mm:ss\ AM/PM',
]
];

0 comments on commit 83c65a9

Please sign in to comment.