Completed
Pull Request — master (#744)
by thomas
37:07
created
src/Script/Factory/ScriptCreator.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -171,6 +171,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Network/Network.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@
 block discarded – undo
53 53
     /**
54 54
      * @param string $field - name of field being validated
55 55
      * @param string $value - we check this value
56
-     * @param int $length - length we require
57 56
      * @throws InvalidNetworkParameter
58 57
      */
59 58
     private function validateHexStringRepresentsBytes(string $field, string $value)
Please login to merge, or discard this patch.