Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhl committed Apr 9, 2019
1 parent ed3697d commit 48d5618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Conversations/ConversationsEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public function create(Conversation $conversation): ?int
/**
* Updates the custom field values for a given conversation. Ommitted fields are removed.
*
* @param int $conversationId
* @param CustomField[]|Collection|CustomFieldsCollection $customFields
* @param int $conversationId
* @param CustomField[]|array|Collection|CustomFieldsCollection $customFields
*/
public function updateCustomFields(int $conversationId, $customFields): void
{
Expand Down

0 comments on commit 48d5618

Please sign in to comment.