public function hasTraits() : bool { trigger_deprecation('twig/twig', '3.12', 'Method "%s()" is deprecated.', __METHOD__); return \count($this->traits) > 0; }