Completed
Pull Request — master (#38)
by thomas
12:17
created
src/Buffertools/Types/VarInt.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param \GMP $integer
29
+     * @param resource $integer
30 30
      * @return array
31 31
      */
32 32
     public function solveWriteSize(\GMP $integer)
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @param \GMP $givenPrefix
50
+     * @param resource $givenPrefix
51 51
      * @return UintInterface[]
52 52
      * @throws \InvalidArgumentException
53 53
      */
Please login to merge, or discard this patch.