Passed
Branch master (f338a0)
by Giancarlos
02:06
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.