Skip to content

Commit

Permalink
Update Cord.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj authored Feb 14, 2024
1 parent 610177d commit 9a31bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function addContact(array $contactDetails): self
}
}

$documents = $contactDetails['documents'] ?? [];
$documents = $contactDetails['documentsToDeliver'] ?? [];

Check failure on line 175 in src/Cord.php

View workflow job for this annotation

GitHub Actions / phpstan

Unreachable statement - code above always terminates.

$this->contact = [
'_attributes' => ['Action' => 'INSERT'],
Expand Down

0 comments on commit 9a31bbe

Please sign in to comment.