# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: C:\Workspaces\MedAdvisor\vendor\doctrine\lib\Doctrine\ORM\Query # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: Parser.php --- Parser.php Base (BASE) +++ Parser.php Locally Modified (Based On LOCAL) @@ -2634,8 +2634,7 @@ $this->match(Lexer::T_INPUT_PARAMETER); $stringPattern = new AST\InputParameter($this->_lexer->token['value']); } else { - $this->match(Lexer::T_STRING); - $stringPattern = $this->_lexer->token['value']; + $stringPattern = $this->StringExpression(); } $escapeChar = null;