Allow query parameters starting with an underscore
This commit is contained in:
parent
dc2be816a8
commit
6aa58d9939
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class Lexer extends \Doctrine\Common\Lexer
|
||||||
'[a-z_\\\][a-z0-9_\:\\\]*[a-z0-9_]{1}',
|
'[a-z_\\\][a-z0-9_\:\\\]*[a-z0-9_]{1}',
|
||||||
'(?:[0-9]+(?:[\.][0-9]+)*)(?:e[+-]?[0-9]+)?',
|
'(?:[0-9]+(?:[\.][0-9]+)*)(?:e[+-]?[0-9]+)?',
|
||||||
"'(?:[^']|'')*'",
|
"'(?:[^']|'')*'",
|
||||||
'\?[0-9]*|:[a-z]{1}[a-z0-9_]{0,}'
|
'\?[0-9]*|:[a-z_][a-z0-9_]*'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue