Passed
Branch master (f338a0)
by Giancarlos
02:06
created
src/Greenter/Ws/Services/FeSunat.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 //                echo $entry;
35 35
 //            }
36 36
 
37
-        }
38
-        catch (\Exception $e) {
37
+        } catch (\Exception $e) {
39 38
             header('Content-Type: text/xml');
40 39
             echo $client->__getLastResponse();
41 40
 //    echo "<h2>Exception Error!</h2>";
Please login to merge, or discard this patch.
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.