8000
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.
1 parent e53c179 commit 5beb4c8Copy full SHA for 5beb4c8
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