<?php

namespace Symfony\Component\ErrorHandler\Tests\Fixtures;

interface NonDeprecatedInterface extends DeprecatedInterface
{
}
