Total Complexity | 4 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class BasicGenerator extends AbstractGenerator |
||
14 | { |
||
15 | /** |
||
16 | * BasicGenerator constructor. |
||
17 | * @throws \PhpOffice\PhpSpreadsheet\Exception |
||
18 | */ |
||
19 | public function __construct() |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @param Spreadsheet|null $spreadsheet |
||
27 | * @return GeneratorInterface |
||
28 | * @throws GeneratorException |
||
29 | */ |
||
30 | public function generate(Spreadsheet $spreadsheet = null): GeneratorInterface |
||
43 |