Skip to content

Commit

Permalink
Merge pull request #19 from SoftwareOnbekend/patch-1
Browse files Browse the repository at this point in the history
Update Client.php
  • Loading branch information
petericebear authored Jul 19, 2023
2 parents 154b047 + dfd7e79 commit 06885f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct(string $username, string $secCode1, string $secCode2
*
* @throws EboekhoudenSoapException
*/
protected function createSoapClient(): void
protected function createSoapClient()
{
if (! empty($this->soapClient) && ! empty($this->sessionId)) {
return;
Expand Down

0 comments on commit 06885f2

Please sign in to comment.