| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | trait TStream |
||
| 15 | { |
||
| 16 | use TLang; |
||
| 17 | |||
| 18 | protected ?IProcessFileStreams $processStream = null; |
||
| 19 | |||
| 20 | 1 | public function setProcessStream(?IProcessFileStreams $dirs = null): void |
|
| 23 | 1 | } |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @throws FilesException |
||
| 27 | * @return IProcessFileStreams |
||
| 28 | */ |
||
| 29 | 2 | public function getProcessStream(): IProcessFileStreams |
|
| 37 |