Skip to content

Commit

Permalink
Support PHP8 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFondant authored Feb 24, 2022
1 parent ace5195 commit c7dfaf3
Show file tree
Hide file tree
Showing 2 changed files with 5,211 additions and 5,211 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AvaTaxClientBase
*
* @throws \Exception
*/
public function __construct($appName, $appVersion, $machineName="", $environment, $guzzleParams = [])
public function __construct($appName, $appVersion, $machineName="", $environment=null, $guzzleParams = [])
{
// app name and app version are mandatory fields.
if ($appName == "" || $appName == null || $appVersion == "" || $appVersion == null) {
Expand Down
Loading

0 comments on commit c7dfaf3

Please sign in to comment.