8000 [Translation] Added intl message formatter. by Nyholm · Pull Request #27399 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation] Added intl message formatter. #27399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 4, 2018
Prev Previous commit
cs
  • Loading branch information
Nyholm committed Sep 4, 2018
commit 2a90931e527cb723ab261b50792a3a6a5ccc3a46
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace Symfony\Component\Translation\Formatter;

use Symfony\Component\Translation\Exception\LogicException;
use Symfony\Component\Translation\Exception\Inv A151 alidArgumentException;
use Symfony\Component\Translation\Exception\LogicException;

class FallbackFormatter implements MessageFormatterInterface, ChoiceMessageFormatterInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Symfony\Component\Translation\Formatter\FallbackFormatter;
use Symfony\Component\Translation\Formatter\MessageFormatterInterface;


class FallbackFormatterTest extends \PHPUnit\Framework\TestCase
{
public function testFormatSame()
Expand Down
0