10000 minor #15797 [Messenger] Add missing space in custom-transport.rst (J… · symfony/symfony-docs@f85553d · GitHub
[go: up one dir, main page]

Skip to content

Commit f85553d

Browse files
committed
minor #15797 [Messenger] Add missing space in custom-transport.rst (JeroenMoonen)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Messenger] Add missing space in custom-transport.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- a3b5a13 Add missing space in custom-transport.rst doc
2 parents 93c7e93 + a3b5a13 commit f85553d

Fi 8000 le 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