Skip to content

Commit fd69b14

Browse files
Olivier Dolbeaufabpot
authored andcommitted
Can define ChatMessage transport to null
1 parent db8ca29 commit fd69b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Message/ChatMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function getOptions(): ?MessageOptionsInterface
7777
/**
7878
* @return $this
7979
*/
80-
public function transport(string $transport): self
80+
public function transport(?string $transport): self
8181
{
8282
$this->transport = $transport;
8383

0 commit comments

Comments
 (0)