Skip to content

Commit

Permalink
Suppress psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 30, 2023
1 parent 86a9aac commit dff7fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ private function generateFormEncodedBody(): string
}
}

/** @psalm-suppress InvalidArgument */
return QueryString::build($pairs, '&', \PHP_QUERY_RFC1738) ?? '';
}

Expand Down

0 comments on commit dff7fa5

Please sign in to comment.