Completed
Pull Request — master (#345)
by thomas
73:46
created
src/Script/Interpreter/Number.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
     /**
95 95
      * @param BufferInterface $buffer
96
-     * @return int
96
+     * @return string
97 97
      */
98 98
     private function parseBuffer(BufferInterface $buffer)
99 99
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     }
178 178
 
179 179
     /**
180
-     * @return \GMP
180
+     * @return resource
181 181
      */
182 182
     public function getGmp()
183 183
     {
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.
src/Key/Deterministic/HierarchicalKeyFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 class HierarchicalKeyFactory
16 16
 {
17 17
     /**
18
-     * @param EcAdapterInterface|null $ecAdapter
19
-     * @param NetworkInterface $network|null
18
+     * @param EcAdapterInterface $ecAdapter
19
+     * @param NetworkInterface $network
20 20
      * @return Base58ExtendedKeySerializer
21 21
      */
22 22
     public static function getSerializer(EcAdapterInterface $ecAdapter, $network = null)
Please login to merge, or discard this patch.