Completed
Pull Request — master (#17)
by Pablo
01:07
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   +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.