Skip to content

Commit ba6b02a

Browse files
authored
Make Event::getConversationUuid() return type nullable (#468)
1 parent 8cc9df0 commit ba6b02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Voice/Webhook/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function __construct(array $event)
131131
$this->detail = $event['detail'] ?? null;
132132
}
133133

134-
public function getConversationUuid(): string
134+
public function getConversationUuid(): ?string
135135
{
136136
return $this->conversationUuid;
137137
}

0 commit comments

Comments
 (0)