public functionsetEscaperRuntime(EscaperRuntime $escaper) {
trigger_deprecation('twig/twig', '3.10', 'The "%s()" method is deprecated and not needed if you are using methods from "Twig\\Runtime\\EscaperRuntime".', __METHOD__);
$this->escaper = $escaper;
}