Skip to content

Commit

Permalink
Fix string casting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Feb 24, 2022
1 parent 7bbf4fd commit 5ec7dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/MantisConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function patchUpstreamField(MantisIssue $issue): bool

try {
$this->client->patch(
$issue->getId(),
(string) $issue->getId(),
[
'body' => $body,
],
Expand Down

0 comments on commit 5ec7dad

Please sign in to comment.