Completed
Push — master ( 25c591...f27f8c )
by Dominik
03:59
created
Entity/UserContact.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -59,6 +59,9 @@
 block discarded – undo
59 59
      * @param string | null $email
60 60
      * @param string | null $headline
61 61
      * @param array | null $tags array of strings
62
+     * @param string $gender
63
+     * @param string $firstName
64
+     * @param string $lastName
62 65
      */
63 66
     public function __construct($provider,
64 67
 								$gender = null,
Please login to merge, or discard this patch.