File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Symfony/Component/Translation Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Translation \Formatter ;
1313
14- use Symfony \Component \Translation \Exception \LogicException ;
1514use Symfony \Component \Translation \Exception \InvalidArgumentException ;
15+ use Symfony \Component \Translation \Exception \LogicException ;
1616
1717class FallbackFormatter implements MessageFormatterInterface, ChoiceMessageFormatterInterface
1818{
Original file line number Diff line number Diff line change 1717use Symfony \Component \Translation \Formatter \FallbackFormatter ;
1818use Symfony \Component \Translation \Formatter \MessageFormatterInterface ;
1919
20-
2120class FallbackFormatterTest extends \PHPUnit \Framework \TestCase
2221{
2322 public function testFormatSame ()
You can’t perform that action at this time.
0 commit comments