Completed
Pull Request — master (#17)
by Pablo
07:09
created
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   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      *
44 44
      * @param string $id
45 45
      *
46
-     * @return array
46
+     * @return Tag
47 47
      */
48 48
     public function findTagById($id)
49 49
     {
@@ -121,6 +121,7 @@  discard block
 block discarded – undo
121 121
      * Determines the tag ID.
122 122
      *
123 123
      * @param Tag|int|string $tag
124
+     * @return string
124 125
      */
125 126
     protected function getTagId($tag)
126 127
     {
Please login to merge, or discard this patch.