Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
  • Loading branch information
nguyennv committed Apr 17, 2023
1 parent b41e358 commit 169a9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Common/Soap/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ class Client implements ClientInterface
*
* @var string
*/
private $serviceUrl;
private string $serviceUrl;

/**
* Http cookie
*
* @var string
*/
private $cookie;
private ?string $cookie = NULL;

/**
* Http client
Expand Down

0 comments on commit 169a9a2

Please sign in to comment.