Skip to content

Commit 174db69

Browse files
committed
Minor fix
1 parent 1d1a92e commit 174db69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ To begin with, change the ``TransportChain`` class::
405405

406406
public function getTransport($alias): ?\MailerTransport
407407
{
408-
return return $this->transports[$alias] ?? null;
408+
return $this->transports[$alias] ?? null;
409409
}
410410
}
411411

0 commit comments

Comments
 (0)