Skip to content

Commit a50ed69

Browse files
Fix multiple CS errors
1 parent 6017a47 commit a50ed69

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DataCollectorTranslator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Translation;
1313

1414
use Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface;
15-
use Symfony\Component\Translation\Exception\InvalidArgumentException;
1615
use Symfony\Contracts\Translation\LocaleAwareInterface;
1716
use Symfony\Contracts\Translation\TranslatorInterface;
1817

LoggingTranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class LoggingTranslator implements TranslatorInterface, TranslatorBagInterface,
2222
{
2323
public function __construct(
2424
private TranslatorInterface&TranslatorBagInterface&LocaleAwareInterface $translator,
25-
private LoggerInterface $logger
25+
private LoggerInterface $logger,
2626
) {
2727
}
2828

0 commit comments

Comments
 (0)