Skip to content

Commit

Permalink
#5 fix by phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpsl committed Dec 6, 2019
1 parent 022ed95 commit 519c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Soap4me/CurlTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private function curl(string $url, array $data = [])
*/
private function getHttpClient(): Client
{
if (is_null($this->client)) {
if ($this->client === null) {
$this->client = new Client([
'base_uri' => $this->baseUrl,
'timeout' => 5.0,
Expand Down

0 comments on commit 519c27a

Please sign in to comment.