summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Context.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Context.php b/src/Context.php
index 40cd934..c753d3c 100644
--- a/src/Context.php
+++ b/src/Context.php
@@ -107,7 +107,7 @@ abstract class Context
':=' => 8,
// @see Token::FLAG_OPERATOR_SQL
- '(' => 16, ')' => 16, '.' => 16, ',' => 16,
+ '(' => 16, ')' => 16, '.' => 16, ',' => 16, ';' => 16,
);
/**