We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 050e1fc + f85553d commit 411ccb9Copy full SHA for 411ccb9
messenger/custom-transport.rst
@@ -65,7 +65,7 @@ Here is a simplified example of a database transport::
65
WHERE (delivered_at IS NULL OR delivered_at < :redeliver_timeout)
66
AND handled = FALSE'
67
)
68
- ->setParameter('redeliver_timeout', new DateTimeImmutable('-5minutes'))
+ ->setParameter('redeliver_timeout', new DateTimeImmutable('-5 minutes'))
69
->getOneOrNullResult();
70
71
if (null === $row) {
0 commit comments