Skip to content

Commit 52c2c53

Browse files
Merge branch '6.1' into 6.2
* 6.1: CS fixes Bump Symfony version to 6.1.3 Update VERSION for 6.1.2 Update CHANGELOG for 6.1.2 Bump Symfony version to 6.0.11 Update VERSION for 6.0.10 Update CHANGELOG for 6.0.10 Bump Symfony version to 5.4.11 Update VERSION for 5.4.10 Update CHANGELOG for 5.4.10 Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
2 parents ec5cdd0 + 6e8c324 commit 52c2c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Store/DoctrineDbalStore.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ private function prune(): void
223223
private function getCurrentTimestampStatement(): string
224224
{
225225
$platform = $this->conn->getDatabasePlatform();
226+
226227
return match (true) {
227228
$platform instanceof \Doctrine\DBAL\Platforms\MySQLPlatform,
228229
$platform instanceof \Doctrine\DBAL\Platforms\MySQL57Platform => 'UNIX_TIMESTAMP()',

0 commit comments

Comments
 (0)