* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Translation; use Symfony\Contracts\Translation\TranslatorInterface as BaseTranslatorInterface; /** * @author Fabien Potencier * * @deprecated since Symfony 4.2, use the same interface from the Symfony\Contracts\Translation namespace */ interface TranslatorInterface extends BaseTranslatorInterface { }