We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc1096 commit a64d254Copy full SHA for a64d254
lib/Doctrine/ORM/Query/Parser.php
@@ -189,7 +189,7 @@ public function __construct(Query $query)
189
{
190
$this->query = $query;
191
$this->em = $query->getEntityManager();
192
- $this->lexer = new Lexer($query->getDQL());
+ $this->lexer = new Lexer((string) $query->getDQL());
193
$this->parserResult = new ParserResult();
194
}
195
0 commit comments