Skip to content

Commit

Permalink
Fix Creation of dynamic property deprecation warning for PHP 8.2+.
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Nov 30, 2023
1 parent dbed72e commit e23084a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Database
*
* @var string
*/
public const VERSION = '9.7.1';
public const VERSION = '9.7.2';

/**
* Unsupported field message.
Expand Down
4 changes: 4 additions & 0 deletions src/WebService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ class WebService
* @var int
*/
public const EXCEPTION_WEB_SERVICE_ERROR = 10003;

private $apiKey;
private $package;
private $useSsl;

/**
* Constructor.
Expand Down

0 comments on commit e23084a

Please sign in to comment.