Completed
Pull Request — master (#591)
by thomas
15:19
created
src/Script/Path/LogicOpNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     /**
25 25
      * MASTNode constructor.
26
-     * @param self|null $parent
26
+     * @param null|\self $parent
27 27
      * @param bool|null $value
28 28
      */
29 29
     public function __construct(self $parent = null, $value = null)
Please login to merge, or discard this patch.
src/Script/Script.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
     }
103 103
 
104 104
     /**
105
-     * @param bool|true $accurate
105
+     * @param boolean $accurate
106 106
      * @return int
107 107
      */
108 108
     public function countSigOps(bool $accurate = true): int
Please login to merge, or discard this patch.
src/Transaction/Factory/Checksig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @return array|BufferInterface|BufferInterface[]
141
+     * @return BufferInterface
142 142
      */
143 143
     public function getSolution()
144 144
     {
Please login to merge, or discard this patch.
src/Transaction/Factory/InputSigner.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
358 358
     }
359 359
 
360 360
     /**
361
-     * @param array $decoded
361
+     * @param Operation[] $decoded
362 362
      * @param null $solution
363 363
      * @return null|TimeLock|Checksig
364 364
      */
@@ -1111,7 +1111,7 @@  discard block
 block discarded – undo
1111 1111
     }
1112 1112
 
1113 1113
     /**
1114
-     * @return Checksig[]|Conditional[]|mixed
1114
+     * @return Conditional[]
1115 1115
      */
1116 1116
     public function getSteps()
1117 1117
     {
Please login to merge, or discard this patch.
src/Transaction/Transaction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
     }
236 236
 
237 237
     /**
238
-     * @return int
238
+     * @return string
239 239
      */
240 240
     public function getValueOut()
241 241
     {
Please login to merge, or discard this patch.