Overrides TwigCallableInterface::getDeprecatingPackage
since Twig 3.15
public function getDeprecatingPackage() : string { trigger_deprecation('twig/twig', '3.15', 'The "%s" method is deprecated, use "%s::triggerDeprecation()" instead.', __METHOD__, static::class); return $this->options['deprecating_package']; }