Total Complexity | 8 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 75% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class XlsxToCsvFolderConverter |
||
12 | { |
||
13 | use WhichTrait; |
||
14 | |||
15 | /** @var string Location of xlsx2csvPath executable */ |
||
16 | private string $xlsx2csvPath; |
||
17 | |||
18 | 4 | public function __construct(string $xlsx2csvPath = '') |
|
24 | } |
||
25 | |||
26 | 4 | public function xlsx2csvPath(): string |
|
29 | } |
||
30 | |||
31 | 4 | public function convert(string $source, string $destination): void |
|
58 |