Completed
Push — master ( 1e5bea...c96873 )
by Thijs
14s queued 10s
created
src/Resources/Resource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      *
53 53
      * @param $key
54 54
      *
55
-     * @return mixed
55
+     * @return string
56 56
      */
57 57
     private function camelCase($key)
58 58
     {
Please login to merge, or discard this patch.
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.