@@ -249,7 +249,7 @@ |
||
| 249 | 249 | |
| 250 | 250 | } else { |
| 251 | 251 | if (!$this->formatter instanceof ChoiceMessageFormatterInterface) { |
| 252 | - $result = $id; |
|
| 252 | + $result = $id; |
|
| 253 | 253 | if ($this->panel !== NULL) { |
| 254 | 254 | $this->panel->choiceError(new \Symfony\Component\Translation\Exception\LogicException(sprintf('The formatter "%s" does not support plural translations.', get_class($this->formatter))), $domain); |
| 255 | 255 | } |