Completed
Pull Request — master (#331)
by thomas
34:30
created
src/Crypto/EcAdapter/Impl/PhpEcc/Key/PublicKey.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @param \GMP $tweak
101
+     * @param resource $tweak
102 102
      * @return PublicKeyInterface
103 103
      */
104 104
     public function tweakAdd(\GMP $tweak)
Please login to merge, or discard this patch.
src/Crypto/EcAdapter/Impl/PhpEcc/Serializer/Key/PublicKeySerializer.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,6 @@
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @param bool $compressed
31
-     * @param PointInterface $point
32 30
      * @return string
33 31
      */
34 32
     public function getPrefix(PublicKey $publicKey)
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
@@ -338,7 +338,7 @@
 block discarded – undo
338 338
 
339 339
     /**
340 340
      * @param Stack $vfStack
341
-     * @return bool
341
+     * @return integer
342 342
      */
343 343
     private function checkExec(Stack $vfStack)
344 344
     {
Please login to merge, or discard this patch.