Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0746ace

Browse files
authored
Fixed CS
1 parent e1d7f3e commit 0746ace

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Translation/DataCollectorTranslator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ public function transChoice($id, $number, array $parameters = [], $domain = null
6868
{
6969
if ($this->translator instanceof TranslatorInterface) {
7070
$trans = $this->translator->trans($id, ['%count%' => $number] + $parameters, $domain, $locale);
71-
}
72-
else {
71+
} else {
7372
$trans = $this->translator->transChoice($id, $number, $parameters, $domain, $locale);
7473
}
7574

0 commit comments

Comments
 (0)