@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | /** |
| 27 | 27 | * Instantiate class, optionally taking Buffer or HEX. |
| 28 | 28 | * |
| 29 | - * @param null|string|BufferInterface $input |
|
| 29 | + * @param Buffer $input |
|
| 30 | 30 | * @param MathAdapterInterface|null $math |
| 31 | 31 | */ |
| 32 | 32 | public function __construct($input = null, MathAdapterInterface $math = null) |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | * Write $data as $bytes bytes. Can be flipped if needed. |
| 84 | 84 | * |
| 85 | 85 | * @param integer $bytes |
| 86 | - * @param $data |
|
| 86 | + * @param BufferInterface $data |
|
| 87 | 87 | * @param bool $flipBytes |
| 88 | 88 | * @return $this |
| 89 | 89 | */ |