EVOLUTION-NINJA
Edit File: TemplateResolverInterface.php
<?php declare (strict_types=1); namespace Rector\Core\Contract\Template; interface TemplateResolverInterface { // public function getType(): string; public function provide() : string; public function supports(string $type) : bool; }