@@ -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 | { |
@@ -124,6 +124,7 @@ |
||
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 | { |