Skip to content

Commit 8908ee9

Browse files
committed
fix merge
1 parent 127efbf commit 8908ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function testSendWithDelay()
6767
// DBAL 2 compatibility
6868
$result = method_exists($qb, 'executeQuery') ? $qb->executeQuery() : $qb->execute();
6969

70-
$availableAt = new \DateTimeImmutable($result->fetchOne(), , new \DateTimeZone('UTC'));
70+
$availableAt = new \DateTimeImmutable($result->fetchOne(), new \DateTimeZone('UTC'));
7171

7272
$now = new \DateTimeImmutable('now + 60 seconds', new \DateTimeZone('UTC'));
7373
$this->assertGreaterThan($now, $availableAt);

0 commit comments

Comments
 (0)