Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
StvL97 committed Oct 2, 2024
1 parent 767b51b commit 0b634b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/ColumnFormatter/CurrencyFormatter.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Copyright © Fastbolt Schraubengroßhandels GmbH.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Fastbolt\ExcelWriter\ColumnFormatter;

use Fastbolt\ExcelWriter\ColumnSetting;
Expand Down Expand Up @@ -47,4 +53,4 @@ public function getFormatCode(): string
default => throw new OutOfRangeException("Currency " . $this->currency . " is not supported"),
};
}
}
}
1 change: 0 additions & 1 deletion src/ColumnSetting.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Fastbolt\ExcelWriter\ColumnFormatter\IntegerFormatter;
use Fastbolt\ExcelWriter\ColumnFormatter\PercentageFormatter;
use Fastbolt\ExcelWriter\ColumnFormatter\StringFormatter;
use PhpOffice\PhpSpreadsheet\Calculation\DateTimeExcel\Current;

class ColumnSetting
{
Expand Down

0 comments on commit 0b634b7

Please sign in to comment.