Skip to content

Commit 0efd670

Browse files
authored
Replace deprecated NumberFormat option (#204)
1 parent ecd4e48 commit 0efd670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3.0/exports/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class InvoicesExport implements WithColumnFormatting, WithMapping
2929
{
3030
return [
3131
'B' => NumberFormat::FORMAT_DATE_DDMMYYYY,
32-
'C' => NumberFormat::FORMAT_CURRENCY_EUR_SIMPLE,
32+
'C' => NumberFormat::FORMAT_CURRENCY_EUR_INTEGER,
3333
];
3434
}
3535
}

3.1/exports/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class InvoicesExport implements WithColumnFormatting, WithMapping
3030
{
3131
return [
3232
'B' => NumberFormat::FORMAT_DATE_DDMMYYYY,
33-
'C' => NumberFormat::FORMAT_CURRENCY_EUR_SIMPLE,
33+
'C' => NumberFormat::FORMAT_CURRENCY_EUR_INTEGER,
3434
];
3535
}
3636
}

0 commit comments

Comments
 (0)