Skip to content

Commit b5ba707

Browse files
committed
minor #12529 Delete apostrophe in custom-transport.rst (mynameisbogdan)
This PR was merged into the 4.3 branch. Discussion ---------- Delete apostrophe in custom-transport.rst Delete apostrophe in example in custom-transport.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- fe36975 Delete apostrophe in custom-transport.rst
2 parents 0195637 + fe36975 commit b5ba707

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
@@ -61,7 +61,7 @@ Here is a simplified example of a database transport::
6161
$row = $this->db->createQuery(
6262
'SELECT *
6363
FROM my_queue
64-
WHERE (delivered_at IS NULL OR delivered_at < :redeliver_timeout')
64+
WHERE (delivered_at IS NULL OR delivered_at < :redeliver_timeout)
6565
AND handled = FALSE'
6666
)
6767
->setParameter('redeliver_timeout', new DateTimeImmutable('-5minutes'))

0 commit comments

Comments
 (0)