Completed
Pull Request — master (#17)
by Pablo
01:07
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, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     /**
123 123
      * Deletes a contact by its ActiveCampaign ID.
124 124
      *
125
-     * @param int $id
125
+     * @param int $idl
126 126
      *
127 127
      * @return Contact|null
128 128
      */
Please login to merge, or discard this patch.