summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Statements/SelectStatement.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Statements/SelectStatement.php b/src/Statements/SelectStatement.php
index 624a0c5..49ed393 100644
--- a/src/Statements/SelectStatement.php
+++ b/src/Statements/SelectStatement.php
@@ -76,7 +76,7 @@ class SelectStatement extends Statement
public static $END_OPTIONS = array(
'FOR UPDATE' => 1,
- 'LOCK IN SHARE MODE' => 1
+ 'LOCK IN SHARE MODE' => 1
);
/**