From 0b6bfa3ec502867bf5112f67187e6ee3f0124cd4 Mon Sep 17 00:00:00 2001 From: Herberto Graca Date: Sun, 23 Jul 2023 11:30:57 +0200 Subject: [PATCH] fixup! Add skipLocked() to the query builder --- src/Platforms/MySQL57Platform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platforms/MySQL57Platform.php b/src/Platforms/MySQL57Platform.php index 15a3af058ab..a01911caaa1 100644 --- a/src/Platforms/MySQL57Platform.php +++ b/src/Platforms/MySQL57Platform.php @@ -98,7 +98,7 @@ protected function initializeDoctrineTypeMappings() } /** - * Returns '', as SKIP LOCKED is only available since MySQL8. + * Returns '', as SKIP LOCKED is only available since MySQL 8. */ public function getSkipLockedSQL(): string {