| Total Complexity | 5 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 85.71% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class StreamUtil |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param string $stringToConvert |
||
| 15 | * @return resource |
||
| 16 | */ |
||
| 17 | 10 | public function createStream(string $stringToConvert) |
|
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param StreamInterface $hexStream |
||
| 35 | * @return StreamInterface |
||
| 36 | */ |
||
| 37 | 4 | public function hex2bin(StreamInterface $hexStream): StreamInterface |
|
| 47 |