@@ -54,9 +54,7 @@ |
||
54 | 54 | * An internal hex2bin implementation for PHP 5.3 |
55 | 55 | * |
56 | 56 | * @param string $hexstr |
57 | - |
|
58 | 57 | * @return string |
59 | - |
|
60 | 58 | * @codeCoverageIgnore |
61 | 59 | */ |
62 | 60 | protected static function hex2bin(string $hexstr): string |