File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,11 @@ class Translator extends BaseTranslator implements WarmableInterface
48
48
* * debug: Whether to enable debugging or not (false by default)
49
49
* * resource_files: List of translation resources available grouped by locale.
50
50
*
51
- * @param ContainerInterface $container A ContainerInterface instance
52
- * @param MessageSelector $selector The message selector for pluralization
53
- * @param array $loaderIds An array of loader Ids
54
- * @param array $options An array of options
51
+ * @param ContainerInterface $container A ContainerInterface instance
52
+ * @param MessageSelector $selector The message selector for pluralization
53
+ * @param string $defaultLocale
54
+ * @param array $loaderIds An array of loader Ids
55
+ * @param array $options An array of options
55
56
*
56
57
* @throws InvalidArgumentException
57
58
*/
You can’t perform that action at this time.
0 commit comments