Completed
Push — master ( b98633...e1c430 )
by thomas
30:03 queued 26:59
created
src/Crypto/EcAdapter/Impl/PhpEcc/Adapter/EcAdapter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -253,8 +253,8 @@  discard block
 block discarded – undo
253 253
     /**
254 254
      * Attempt to calculate the public key recovery param by trial and error
255 255
      *
256
-     * @param integer|string $r
257
-     * @param integer|string $s
256
+     * @param integer $r
257
+     * @param integer $s
258 258
      * @param BufferInterface $messageHash
259 259
      * @param PublicKey $publicKey
260 260
      * @return int
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
     }
324 324
 
325 325
     /**
326
-     * @param int|string $element
326
+     * @param string $element
327 327
      * @param bool $half
328 328
      * @return bool
329 329
      */
Please login to merge, or discard this patch.
src/Script/Interpreter/Stack.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     }
128 128
 
129 129
     /**
130
-     * @param $length
130
+     * @param integer $length
131 131
      * @return $this
132 132
      */
133 133
     public function resize($length)
Please login to merge, or discard this patch.