Skip to content

Commit 0b634b7

Browse files
committed
cs
1 parent 767b51b commit 0b634b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/ColumnFormatter/CurrencyFormatter.php

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* Copyright © Fastbolt Schraubengroßhandels GmbH.
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
8+
39
namespace Fastbolt\ExcelWriter\ColumnFormatter;
410

511
use Fastbolt\ExcelWriter\ColumnSetting;
@@ -47,4 +53,4 @@ public function getFormatCode(): string
4753
default => throw new OutOfRangeException("Currency " . $this->currency . " is not supported"),
4854
};
4955
}
50-
}
56+
}

src/ColumnSetting.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Fastbolt\ExcelWriter\ColumnFormatter\IntegerFormatter;
1616
use Fastbolt\ExcelWriter\ColumnFormatter\PercentageFormatter;
1717
use Fastbolt\ExcelWriter\ColumnFormatter\StringFormatter;
18-
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Current;
1918

2019
class ColumnSetting
2120
{

0 commit comments

Comments
 (0)