Completed
Push — master ( 407a4a...aa6067 )
by thomas
69:21
created
src/Transaction/Mutator/WitnessCollectionMutator.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param int|string $start
64
-     * @param int|string $length
63
+     * @param integer $start
64
+     * @param integer $length
65 65
      * @return $this
66 66
      */
67 67
     public function slice($start, $length)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace BitWasp\Bitcoin\Transaction\Mutator;
4 4
 
5 5
 use BitWasp\Bitcoin\Collection\MutableCollection;
6
-use BitWasp\Bitcoin\Collection\Transaction\TransactionInputCollection;
7 6
 use BitWasp\Bitcoin\Collection\Transaction\TransactionWitnessCollection;
8 7
 use BitWasp\Bitcoin\Script\ScriptWitnessInterface;
9
-use BitWasp\Bitcoin\Transaction\TransactionInputInterface;
10 8
 
11 9
 class WitnessCollectionMutator extends MutableCollection
12 10
 {
Please login to merge, or discard this patch.
src/Address/WitnessPubKeyHashAddress.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @return BufferInterface|string
51
+     * @return BufferInterface
52 52
      */
53 53
     public function getHash()
54 54
     {
Please login to merge, or discard this patch.