Completed
Pull Request — master (#74)
by thomas
04:04
created
src/Buffertools/Types/VarInt.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 class VarInt extends AbstractType
11 11
 {
12 12
     /**
13
-     * @param \GMP $integer
13
+     * @param resource $integer
14 14
      * @return array
15 15
      */
16 16
     public function solveWriteSize(\GMP $integer)
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @param \GMP $givenPrefix
30
+     * @param resource $givenPrefix
31 31
      * @return UintInterface[]
32 32
      * @throws \InvalidArgumentException
33 33
      */
Please login to merge, or discard this patch.