Completed
Branch master (ab4112)
by Claude
13:40
created
src/HttpClient/Message/Authentication/Wsse.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
     /**
30 30
      * @param string $username
31
-     * @param string $password
32 31
      * @param mixed  $apiKey
33 32
      */
34 33
     public function __construct($username, $apiKey)
Please login to merge, or discard this patch.
src/Mapping/Fields.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         }
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $name
53
+     */
51 54
     public function findByName($name)
52 55
     {
53 56
         if (array_key_exists($name, $this->systemFields)) {
Please login to merge, or discard this patch.