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

Skip to content

Commit 30a58db

Browse files
author
Olivier Dolbeau
committed
Can define ChatMessage transport to null
1 parent 65ee6c9 commit 30a58db

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