|
@@ -199,8 +199,6 @@ discard block |
|
|
block discarded – undo |
|
199
|
199
|
* |
|
200
|
200
|
* @param string $id The message id (may also be an object that can be cast to string) |
|
201
|
201
|
* @param array $parameters An array of parameters for the message |
|
202
|
|
- * @param string|null $domain The domain for the message or null to use the default |
|
203
|
|
- * @param string|null $locale The locale or null to use the default |
|
204
|
202
|
* |
|
205
|
203
|
* @return string The translated string |
|
206
|
204
|
*/ |
|
@@ -219,8 +217,6 @@ discard block |
|
|
block discarded – undo |
|
219
|
217
|
* @param string $id The message id (may also be an object that can be cast to string) |
|
220
|
218
|
* @param int $number The number to use to find the indice of the message |
|
221
|
219
|
* @param array $parameters An array of parameters for the message |
|
222
|
|
- * @param string|null $domain The domain for the message or null to use the default |
|
223
|
|
- * @param string|null $locale The locale or null to use the default |
|
224
|
220
|
* |
|
225
|
221
|
* @return string The translated string |
|
226
|
222
|
*/ |
Please login to merge, or discard this patch.