Skip to content

Commit b5f2a63

Browse files
committed
Context: Add ; as operator.
1 parent 57f6825 commit b5f2a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ abstract class Context
107107
':=' => 8,
108108

109109
// @see Token::FLAG_OPERATOR_SQL
110-
'(' => 16, ')' => 16, '.' => 16, ',' => 16,
110+
'(' => 16, ')' => 16, '.' => 16, ',' => 16, ';' => 16,
111111
);
112112

113113
/**

0 commit comments

Comments
 (0)