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 patch added patch discarded remove patch
@@ -223,6 +223,7 @@
 block discarded – undo
223 223
      * Determines the contact ID.
224 224
      *
225 225
      * @param Contact|int|string $contact
226
+     * @return integer
226 227
      */
227 228
     protected function getContactId($contact)
228 229
     {
Please login to merge, or discard this patch.
src/Actions/ManagesTags.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -124,6 +124,7 @@
 block discarded – undo
124 124
      * Determines the tag ID.
125 125
      *
126 126
      * @param Tag|int|string $tag
127
+     * @return string
127 128
      */
128 129
     protected function getTagId($tag)
129 130
     {
Please login to merge, or discard this patch.