Completed
Push — master ( 22e19d...e5f34e )
by Claude
07:09
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/Events.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.
src/Mapping/Fields.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param $name
66
+     * @param string $name
67 67
      *
68 68
      * @return int
69 69
      */
Please login to merge, or discard this patch.