Skip to content

Commit 6335741

Browse files
PHP8.2 Deprecated Functionality: Creation of dynamic property
1 parent 23e1789 commit 6335741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Analytics.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class Analytics
88

99
private ApiCall $apiCall;
1010

11+
private AnalyticsRules $rules;
12+
1113
public function __construct(ApiCall $apiCall)
1214
{
1315
$this->apiCall = $apiCall;

0 commit comments

Comments
 (0)