@@ -223,6 +223,7 @@ |
||
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 | { |
@@ -43,7 +43,7 @@ discard block |
||
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 |
||
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 | { |