Skip to content

Commit

Permalink
Merge pull request #2 from TahsinGokalp/analysis-PGnjP9
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
TahsinGokalp authored Oct 11, 2023
2 parents 22ed631 + a8d85ad commit 24f1ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/ExchangeTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function doSend(SentMessage $message): void
$this->config->version
);

$client->setCurlOptions(array(CURLOPT_SSL_VERIFYPEER => false));
$client->setCurlOptions([CURLOPT_SSL_VERIFYPEER => false]);

$request = new CreateItemType();
$request->Items = new NonEmptyArrayOfAllItemsType();
Expand Down

0 comments on commit 24f1ce8

Please sign in to comment.