Completed
Push — master ( 8661ae...410ea8 )
by thomas
26:12
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
@@ -279,8 +279,8 @@  discard block
 block discarded – undo
279 279
     /**
280 280
      * Attempt to calculate the public key recovery param by trial and error
281 281
      *
282
-     * @param int|string     $r
283
-     * @param int|string     $s
282
+     * @param integer     $r
283
+     * @param integer     $s
284 284
      * @param Buffer $messageHash
285 285
      * @param PublicKey $publicKey
286 286
      * @return int
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
     }
350 350
 
351 351
     /**
352
-     * @param int|string $element
352
+     * @param string $element
353 353
      * @param bool $half
354 354
      * @return bool
355 355
      */
Please login to merge, or discard this patch.
src/Script/Interpreter/Interpreter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
     }
240 240
 
241 241
     /**
242
-     * @param $opCode
242
+     * @param integer $opCode
243 243
      * @param Buffer $pushData
244 244
      * @return bool
245 245
      * @throws \Exception
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
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     }
13 13
 
14 14
     /**
15
-     * @param mixed $value
15
+     * @param Buffer $value
16 16
      * @throws \InvalidArgumentException
17 17
      */
18 18
     private function typeCheck($value)
Please login to merge, or discard this patch.