Skip to content

Commit e434eb9

Browse files
committed
Fix coding standards for PR 1
1 parent 29219a0 commit e434eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/sqlite-ast/class-wp-pdo-mysql-on-sqlite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3810,7 +3810,7 @@ private function translate( $node ): ?string {
38103810
case 'lockingClause':
38113811
// MySQL locking clauses (e.g., SELECT ... FOR UPDATE) are not supported in SQLite.
38123812
// We omit them for syntax compatibility. While this doesn't preserve row-level
3813-
// locking semantics, SQLite's database-level locking is sufficient for
3813+
// locking semantics, SQLite's database-level locking is sufficient for
38143814
// typical WordPress workloads.
38153815
return null;
38163816
default:

0 commit comments

Comments
 (0)