Skip to content

Commit

Permalink
Fix deprecation warning for PHP 8.2+.
Browse files Browse the repository at this point in the history
Fix Creation of dynamic property deprecation warning for PHP 8.2+.
  • Loading branch information
ip2location committed Nov 30, 2023
1 parent 2db0587 commit f8a99a9
Showing 1 changed file with 4 additions and 0 deletions.
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
*/
private const EXCEPTION_WEB_SERVICE_ERROR = 10003;

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

/**
* Constructor.
Expand Down

0 comments on commit f8a99a9

Please sign in to comment.