Skip to content

Commit

Permalink
Small corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller committed Jan 29, 2025
1 parent c428c55 commit bd7035c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* This file is part of the Calculation package.
*
Expand Down
2 changes: 0 additions & 2 deletions src/Report/CalculationByStateReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
use App\Pdf\Traits\PdfPieChartTrait;
use App\Report\Table\ReportTable;
use App\Table\CalculationTable;
use App\Traits\MathTrait;
use App\Traits\StateTotalsTrait;
use App\Utils\FormatUtils;
use fpdf\Enums\PdfRectangleStyle;
Expand All @@ -43,7 +42,6 @@
*/
class CalculationByStateReport extends AbstractArrayReport implements PdfChartInterface, PdfDrawCellTextInterface, PdfDrawHeadersInterface
{
use MathTrait;
use PdfChartLegendTrait;
use PdfPieChartTrait;
use StateTotalsTrait;
Expand Down

0 comments on commit bd7035c

Please sign in to comment.