Completed
Push — master ( c0420c...edd451 )
by thomas
39:10 queued 24:08
created
src/Buffertools/Buffer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-     * @return \GMP
151
+     * @return resource
152 152
      */
153 153
     public function getGmp()
154 154
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @return int|string
160
+     * @return string
161 161
      */
162 162
     public function getInt()
163 163
     {
Please login to merge, or discard this patch.