@@ -171,6 +171,7 @@ discard block |
||
171 | 171 | * adds them to the script. |
172 | 172 | * |
173 | 173 | * @param int ...$opcodes |
174 | + * @param integer[] $opcodes |
|
174 | 175 | * @return $this |
175 | 176 | */ |
176 | 177 | public function opcode(int ...$opcodes) |
@@ -184,6 +185,7 @@ discard block |
||
184 | 185 | * push-data instructions to the script. |
185 | 186 | * |
186 | 187 | * @param BufferInterface ...$dataList |
188 | + * @param BufferInterface[] $dataList |
|
187 | 189 | * @return $this |
188 | 190 | */ |
189 | 191 | public function data(BufferInterface ...$dataList) |