Skip to content

Commit f8a99a9

Browse files
committed
Fix deprecation warning for PHP 8.2+.
Fix Creation of dynamic property deprecation warning for PHP 8.2+.
1 parent 2db0587 commit f8a99a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WebService.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class WebService
2727
* @var int
2828
*/
2929
private const EXCEPTION_WEB_SERVICE_ERROR = 10003;
30+
31+
private $apiKey;
32+
private $package;
33+
private $useSsl;
3034

3135
/**
3236
* Constructor.

0 commit comments

Comments
 (0)