@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | /** |
| 136 | 136 | * Unpack dictionary |
| 137 | 137 | * |
| 138 | - * @param $data |
|
| 138 | + * @param string $data |
|
| 139 | 139 | * @return array |
| 140 | 140 | */ |
| 141 | 141 | private static function unpackDictionary($data) |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | * 101 |
| 164 | 164 | * 111 |
| 165 | 165 | * |
| 166 | - * @param $count |
|
| 166 | + * @param integer $count |
|
| 167 | 167 | * @return array |
| 168 | 168 | */ |
| 169 | 169 | private static function createBinaryIndexes($count) |
@@ -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 |