Skip to content

Commit e73063a

Browse files
committed
cs
1 parent b53d493 commit e73063a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Formatter/FallbackFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
namespace Symfony\Component\Translation\Formatter;
1313

14-
use Symfony\Component\Translation\Exception\LogicException;
1514
use Symfony\Component\Translation\Exception\InvalidArgumentException;
15+
use Symfony\Component\Translation\Exception\LogicException;
1616

1717
class FallbackFormatter implements MessageFormatterInterface, ChoiceMessageFormatterInterface
1818
{

Tests/Formatter/FallbackFormatterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\Component\Translation\Formatter\FallbackFormatter;
1818
use Symfony\Component\Translation\Formatter\MessageFormatterInterface;
1919

20-
2120
class FallbackFormatterTest extends \PHPUnit\Framework\TestCase
2221
{
2322
public function testFormatSame()

0 commit comments

Comments
 (0)