@@ -30,7 +30,7 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @param \GMP $integer |
|
| 33 | + * @param resource $integer |
|
| 34 | 34 | * @return array |
| 35 | 35 | */ |
| 36 | 36 | public function solveWriteSize(\GMP $integer): array |
@@ -94,7 +94,7 @@ |
||
| 94 | 94 | * Write $data as $bytes bytes. Can be flipped if needed. |
| 95 | 95 | * |
| 96 | 96 | * @param integer $numBytes - number of bytes to write |
| 97 | - * @param SerializableInterface|BufferInterface|string $data - buffer, serializable or hex |
|
| 97 | + * @param BufferInterface $data - buffer, serializable or hex |
|
| 98 | 98 | * @param bool $flipBytes |
| 99 | 99 | * @return Parser |
| 100 | 100 | */ |