8000 Can define ChatMessage transport to null · symfony/symfony@09c9bde · GitHub
[go: up one dir, main page]

Skip to content

Commit 09c9bde

Browse files
Olivier Dolbeaufabpot
authored andcommitted
Can define ChatMessage transport to null
1 parent b35bbdb commit 09c9bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/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)
0