Completed
Pull Request — master (#591)
by thomas
19:35 queued 10:44
created
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.
src/Math/Math.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * result and the remainder
35 35
      *
36 36
      * @param \GMP $dividend
37
-     * @param \GMP $divisor
37
+     * @param resource $divisor
38 38
      * @return array
39 39
      */
40 40
     public function divQr(\GMP $dividend, \GMP $divisor): array
Please login to merge, or discard this patch.