```diff - /** - * @param Node[] $stmts - */ - public function prettyPrint(array $stmts): string - { - return parent::prettyPrint($stmts); - } ```