* @extends ClassWithPHPStanExtendsAnnotationsGeneric */ class ClassWithPHPStanGenericsAnnotations extends ClassWithPHPStanExtendsAnnotationsGeneric implements WithPHPStanExtendsAnnotations { /** * @use GenericPHPStanTrait */ use GenericPHPStanTrait; /** @var array */ private $bar; /** * @param array $array * * @return array */ public function foo($array) { return $this->bar; } /** * @Template("@foo.html.twig") */ public function twigTemplateFunctionName(): void { } }