Completed
Pull Request — master (#105)
by
unknown
02:56
created
src/Kdyby/Translation/Translator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,8 +234,8 @@
 block discarded – undo
234 234
 			}
235 235
 			
236 236
 			if ($locale === NULL) {
237
-                		$locale = $this->getLocale();
238
-            		}
237
+						$locale = $this->getLocale();
238
+					}
239 239
 			$result = strtr($this->selector->choose($message, (int) $number, $locale), $parameters);
240 240
 		}
241 241
 
Please login to merge, or discard this patch.