Completed
Push — master ( 741114...78e68a )
by Adriano
09:10
created
src/Integracao/ControlPay/Contracts/Venda/CancelarVendaResponse.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 
39 39
     /**
40 40
      * @param \DateTime $data
41
-     * @return VenderResponse
41
+     * @return CancelarVendaResponse
42 42
      */
43 43
     public function setData($data)
44 44
     {
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 
57 57
     /**
58 58
      * @param IntencaoVenda $intencaoVenda
59
-     * @return VenderResponse
59
+     * @return CancelarVendaResponse
60 60
      */
61 61
     public function setIntencaoVenda($intencaoVenda)
62 62
     {
Please login to merge, or discard this patch.