Completed
Pull Request — master (#156)
by
unknown
01:41
created
src/Translator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
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
 					}
Please login to merge, or discard this patch.