Completed
Push — master ( 01951f...468ae1 )
by Filip
02:11
created
src/Kdyby/Translation/Translator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -178,6 +178,7 @@  discard block
 block discarded – undo
178 178
 
179 179
 	/**
180 180
 	 * {@inheritdoc}
181
+	 * @param string $locale
181 182
 	 */
182 183
 	public function trans($message, array $parameters = [], $domain = NULL, $locale = NULL)
183 184
 	{
@@ -208,6 +209,7 @@  discard block
 block discarded – undo
208 209
 
209 210
 	/**
210 211
 	 * {@inheritdoc}
212
+	 * @param string $locale
211 213
 	 */
212 214
 	public function transChoice($message, $number, array $parameters = [], $domain = NULL, $locale = NULL)
213 215
 	{
@@ -332,6 +334,7 @@  discard block
 block discarded – undo
332 334
 
333 335
 	/**
334 336
 	 * {@inheritdoc}
337
+	 * @return string
335 338
 	 */
336 339
 	public function getLocale()
337 340
 	{
Please login to merge, or discard this patch.