public function __construct(array $tokens, ?Source $source = null) { if (null === $this->source) { trigger_deprecation('twig/twig', '3.16', \sprintf('Not passing a "%s" object to "%s" constructor is deprecated.', Source::class, __CLASS__)); $this->source = new Source('', ''); } }