Completed
Pull Request — master (#22)
by
unknown
10:10
created
src/Actions/ManagesContacts.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      * @param string $email
51 51
      * @param string $firstName
52 52
      * @param string $lastName
53
-     * @param int|null $orgid
53
+     * @param string $phone
54 54
      *
55 55
      * @return Contact|null
56 56
      */
@@ -88,8 +88,6 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * Update or create an account.
90 90
      *
91
-     * @param string $name
92
-     * @param array $data
93 91
      *
94 92
      * @return Contact
95 93
      */
Please login to merge, or discard this patch.