Completed
Push — master ( 8277b0...cd33a0 )
by Giancarlos
02:51
created
src/Greenter/Ws/Services/FeSunat.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,10 @@  discard block
 block discarded – undo
24 24
     const PRODUCCION = 'https://e-factura.sunat.gob.pe/ol-ti-itcpfegem/billService';
25 25
     const WSDL_ENDPOINT = 'https://e-beta.sunat.gob.pe/ol-ti-itcpfegem-beta/billService?wsdl';
26 26
 
27
+    /**
28
+     * @param string $user
29
+     * @param string $password
30
+     */
27 31
     public function __construct($user, $password)
28 32
     {
29 33
         parent::__construct($user, $password);
@@ -32,7 +36,7 @@  discard block
 block discarded – undo
32 36
 
33 37
     /**
34 38
      * @param $filename
35
-     * @param $content
39
+     * @param string $content
36 40
      * @return BillResult
37 41
      */
38 42
     public function send($filename, $content)
Please login to merge, or discard this patch.