Completed
Pull Request — master (#137)
by Jáchym
02:03
created
src/Kdyby/Translation/Translator.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -174,6 +174,7 @@  discard block
 block discarded – undo
174 174
 
175 175
 	/**
176 176
 	 * {@inheritdoc}
177
+	 * @param string $locale
177 178
 	 */
178 179
 	public function trans($message, array $parameters = [], $domain = NULL, $locale = NULL)
179 180
 	{
@@ -204,6 +205,7 @@  discard block
 block discarded – undo
204 205
 
205 206
 	/**
206 207
 	 * {@inheritdoc}
208
+	 * @param string $locale
207 209
 	 */
208 210
 	public function transChoice($message, $number, array $parameters = [], $domain = NULL, $locale = NULL)
209 211
 	{
Please login to merge, or discard this patch.