Skip to content

Commit 4b99e60

Browse files
committed
minor symfony#52360 [Messenger] fix tests (xabbuh)
This PR was merged into the 6.3 branch. Discussion ---------- [Messenger] fix tests | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- eed36c8 fix tests
2 parents f50aa78 + eed36c8 commit 4b99e60

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Component/Messenger/Bridge/Doctrine/Transport

1 file changed

+2
-2
lines changed

src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ private function createAvailableMessagesQueryBuilder(): QueryBuilder
352352
$now,
353353
], [
354354
Types::STRING,
355-
Types::DATETIME_MUTABLE,
356-
Types::DATETIME_MUTABLE,
355+
Types::DATETIME_IMMUTABLE,
356+
Types::DATETIME_IMMUTABLE,
357357
]);
358358
}
359359

0 commit comments

Comments
 (0)