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 b08d8a8 commit 2dfad36Copy full SHA for 2dfad36
docs/en/cookbook/dql-custom-walkers.rst
@@ -227,10 +227,10 @@ Modify the Output Walker to get the raw SQL with interpolated parameters
227
use Doctrine\DBAL\Types\BooleanType;
228
use Doctrine\DBAL\Types\Exception\ValueNotConvertible;
229
use Doctrine\DBAL\Types\Type;
230
- use Doctrine\ORM\Query\SqlWalker;
231
use Doctrine\ORM\Query\AST;
+ use Doctrine\ORM\Query\SqlOutputWalker;
232
233
- class InterpolateParametersSQLOutputWalker extends SqlWalker
+ class InterpolateParametersSQLOutputWalker extends SqlOutputWalker
234
{
235
/** {@inheritdoc} */
236
public function walkInputParameter(AST\InputParameter $inputParam): string
0 commit comments