Completed
Pull Request — master (#154)
by Michal
02:01
created
src/Translator.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 	 * Translates the given string.
137 137
 	 *
138 138
 	 * @param string|\Kdyby\Translation\Phrase|mixed $message The message id
139
-	 * @param int|array|NULL $count The number to use to find the indice of the message
139
+	 * @param integer|null $count The number to use to find the indice of the message
140 140
 	 * @param string|array|NULL $parameters An array of parameters for the message
141 141
 	 * @param string|NULL $domain The domain for the message
142 142
 	 * @param string|NULL $locale The locale
@@ -197,6 +197,8 @@  discard block
 block discarded – undo
197 197
 
198 198
 	/**
199 199
 	 * {@inheritdoc}
200
+	 * @param string $domain
201
+	 * @param string $locale
200 202
 	 */
201 203
 	public function trans($message, array $parameters = [], $domain = NULL, $locale = NULL)
202 204
 	{
@@ -224,6 +226,8 @@  discard block
 block discarded – undo
224 226
 
225 227
 	/**
226 228
 	 * {@inheritdoc}
229
+	 * @param string $domain
230
+	 * @param string $locale
227 231
 	 */
228 232
 	public function transChoice($message, $number, array $parameters = [], $domain = NULL, $locale = NULL)
229 233
 	{
Please login to merge, or discard this patch.