Total Complexity | 6 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | trait TToLocalFile |
||
14 | { |
||
15 | use TCheckCalls; |
||
16 | |||
17 | /** |
||
18 | * @param string $sourcePath |
||
19 | * @param string|resource|bool|null $sourceData |
||
20 | * @param string $targetLocalFile |
||
21 | * @throws MimeException |
||
22 | */ |
||
23 | 6 | protected function readSourceToLocalFile(string $sourcePath, $sourceData, string $targetLocalFile): void |
|
53 |