expression = $expression; } /** * {@inheritdoc} */ public function dispatch($sqlWalker) { // We still call the deprecated method in order to not break existing custom SQL walkers. return $sqlWalker->walkInExpression($this); } }