You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error(sprintf('Passing a command name as the first argument of "%s" is deprecated since version 3.4 and will be removed in 4.0. If the command was registered by convention, make it a service instead.', __METHOD__), E_USER_DEPRECATED);
@@ -62,7 +62,7 @@ public function __construct($translator = null, TranslationLoader $loader = null
62
62
parent::__construct();
63
63
64
64
$this->translator = $translator;
65
-
$this->loader = $loader;
65
+
$this->reader = $reader;
66
66
$this->extractor = $extractor;
67
67
}
68
68
@@ -141,7 +141,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
@trigger_error(sprintf('Passing a command name as the first argument of "%s" is deprecated since version 3.4 and will be removed in 4.0. If the command was registered by convention, make it a service instead.', __METHOD__), E_USER_DEPRECATED);
@@ -57,7 +58,7 @@ public function __construct($writer = null, TranslationLoader $loader = null, Ex
57
58
parent::__construct();
58
59
59
60
$this->writer = $writer;
60
-
$this->loader = $loader;
61
+
$this->reader = $reader;
61
62
$this->extractor = $extractor;
62
63
$this->defaultLocale = $defaultLocale;
63
64
}
@@ -126,7 +127,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
0 commit comments