@@ -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 | */ |