Completed
Push — master ( f338a0...491cb3 )
by Giancarlos
02:24
created
src/Greenter/Ws/Security/WSSESecurityHeader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -17,6 +17,10 @@
 block discarded – undo
17 17
  */
18 18
 class WSSESecurityHeader extends SoapHeader {
19 19
 
20
+    /**
21
+     * @param string $username
22
+     * @param string $password
23
+     */
20 24
     public function __construct($username, $password)
21 25
     {
22 26
         $wsseNamespace = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd';
Please login to merge, or discard this patch.
src/Greenter/Ws/Services/FeSunat.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,7 @@
 block discarded – undo
41 41
 //                echo $entry;
42 42
 //            }
43 43
 
44
-        }
45
-        catch (\Exception $e) {
44
+        } catch (\Exception $e) {
46 45
             return $client->__getLastResponse();
47 46
 //    echo "<h2>Exception Error!</h2>";
48 47
 //    echo $e->getMessage();
Please login to merge, or discard this patch.