Skip to content

Commit e8e1496

Browse files
Merge pull request #46 from typesense/deprecated_functionality
PHP8.2 Deprecated Functionality: Creation of dynamic property
2 parents 23e1789 + 6335741 commit e8e1496

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)