Completed
Pull Request — master (#71)
by
unknown
02:37
created
src/Resource/Orders.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      *
67 67
      * @param string $moipAccount Id MoIP MoIP account that will receive payment values.
68 68
      * @param string $type        Define qual o tipo de recebedor do pagamento, valores possíveis: PRIMARY, SECONDARY.
69
-     * @return int   $fixed       Initial value that the receiver will receive.
69
+     * @return Orders   $fixed       Initial value that the receiver will receive.
70 70
      */
71 71
     public function addReceiver($moipAccount, $type = Orders::RECEIVER_TYPE_PRIMARY, $fixed)
72 72
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * Create a new order in MoIP.
170 170
      *
171
-     * @return Orders
171
+     * @return stdClass
172 172
      */
173 173
     public function create()
174 174
     {
Please login to merge, or discard this patch.