Completed
Pull Request — master (#340)
by Ruben de
71:15
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   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -336,7 +336,8 @@
 block discarded – undo
336 336
 
337 337
     /**
338 338
      * @param Stack $vfStack
339
-     * @return bool
339
+     * @param boolean $value
340
+     * @return integer
340 341
      */
341 342
     private function checkExec(Stack $vfStack, $value)
342 343
     {
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.