Skip to content

Commit 2a90931

Browse files
committed
cs
1 parent fb30c77 commit 2a90931

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Component/Translation/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
{

src/Symfony/Component/Translation/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)