Skip to content

Commit 71668d3

Browse files
committed
$filters can be null
1 parent bf89648 commit 71668d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/records/Webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @property int|null $groupId
1212
* @property string $name
1313
* @property string $class
14-
* @property string $filters
14+
* @property string|null $filters
1515
* @property string $event
1616
* @property string $url
1717
* @property string|null $userAttributes

0 commit comments

Comments
 (0)