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