Skip to content

Commit 6e8c324

Browse files
Merge branch '6.0' into 6.1
* 6.0: CS fixes 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 449938b + 82fb600 commit 6e8c324

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)