Completed
Push — master ( ef5b93...3d37bc )
by Dmitry
13:13 queued 11:51
created
src/Message/AbstractRequest.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Set the purse.
33 33
      *
34
-     * @param string $purse purse
35 34
      *
36 35
      * @return self
37 36
      */
@@ -53,7 +52,6 @@  discard block
 block discarded – undo
53 52
     /**
54 53
      * Set the secret key.
55 54
      *
56
-     * @param string $key secret key
57 55
      *
58 56
      * @return self
59 57
      */
Please login to merge, or discard this patch.
src/Gateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,8 +56,8 @@
 block discarded – undo
56 56
     /**
57 57
      * Set the unified purse.
58 58
      *
59
-     * @param string $purse merchant purse
60 59
      *
60
+     * @param string $value
61 61
      * @return self
62 62
      */
63 63
     public function setPurse($value)
Please login to merge, or discard this patch.