Can define ChatMessage transport to null

This commit is contained in:
Olivier Dolbeau 2020-09-30 18:26:07 +02:00 committed by Fabien Potencier
parent b35bbdbde5
commit 09c9bde479

View File

@ -77,7 +77,7 @@ final class ChatMessage implements MessageInterface
/**
* @return $this
*/
public function transport(string $transport): self
public function transport(?string $transport): self
{
$this->transport = $transport;