Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make __doRequest compatible with parent (#181)
From the documentation, https://www.php.net/manual/en/soapclient.dorequest.php returned value may be string or null. When this code is running with PHP 8.1 and null is returned the error `PHP Fatal error: Uncaught TypeError: ATWS\Client::__doRequest(): Return value must be of type string, null returned in /*******/vendor/opendns/autotask-php/src/Client.php:355` occurs.
- Loading branch information