This commit is contained in:
Tobias Nyholm 2018-09-04 08:58:25 +02:00
parent fb30c77659
commit 2a90931e52
No known key found for this signature in database
GPG Key ID: B14C3A029D1831F6
2 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,8 @@
namespace Symfony\Component\Translation\Formatter;
use Symfony\Component\Translation\Exception\LogicException;
use Symfony\Component\Translation\Exception\InvalidArgumentException;
use Symfony\Component\Translation\Exception\LogicException;
class FallbackFormatter implements MessageFormatterInterface, ChoiceMessageFormatterInterface
{

View File

@ -17,7 +17,6 @@ use Symfony\Component\Translation\Formatter\ChoiceMessageFormatterInterface;
use Symfony\Component\Translation\Formatter\FallbackFormatter;
use Symfony\Component\Translation\Formatter\MessageFormatterInterface;
class FallbackFormatterTest extends \PHPUnit\Framework\TestCase
{
public function testFormatSame()