8000 Add missing space in custom-transport.rst doc · symfony/symfony-docs@a3b5a13 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3b5a13

Browse files
JeroenMoonenjaviereguiluz
authored andcommitted
Add missing space in custom-transport.rst doc
1 parent 93c7e93 commit a3b5a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/custom-transport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here is a simplified example of a database transport::
6565
WHERE (delivered_at IS NULL OR delivered_at < :redeliver_timeout)
6666
AND handled = FALSE'
6767
)
68-
->setParameter('redeliver_timeout', new DateTimeImmutable('-5minutes'))
68+
->setParameter('redeliver_timeout', new DateTimeImmutable('-5 minutes'))
6969
->getOneOrNullResult();
7070

7171
if (null === $row) {

0 commit comments

Comments
 (0)
0