Skip to content

Commit 2dfad36

Browse files
authored
Update dql-custom-walkers.rst
1 parent b08d8a8 commit 2dfad36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/cookbook/dql-custom-walkers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ Modify the Output Walker to get the raw SQL with interpolated parameters
227227
use Doctrine\DBAL\Types\BooleanType;
228228
use Doctrine\DBAL\Types\Exception\ValueNotConvertible;
229229
use Doctrine\DBAL\Types\Type;
230-
use Doctrine\ORM\Query\SqlWalker;
231230
use Doctrine\ORM\Query\AST;
231+
use Doctrine\ORM\Query\SqlOutputWalker;
232232
233-
class InterpolateParametersSQLOutputWalker extends SqlWalker
233+
class InterpolateParametersSQLOutputWalker extends SqlOutputWalker
234234
{
235235
/** {@inheritdoc} */
236236
public function walkInputParameter(AST\InputParameter $inputParam): string

0 commit comments

Comments
 (0)