We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4349c commit 3a8d6e3Copy full SHA for 3a8d6e3
src/N98/Magento/Command/Developer/Theme/BuildHyvaThemeCommand.php
@@ -65,14 +65,12 @@ public function inject(
65
ThemeCollection $themeCollection,
66
State $state,
67
ComponentRegistrarInterface $componentRegistrar
68
- )
69
- {
+ ) {
70
$this->themeCollection = $themeCollection;
71
$this->state = $state;
72
$this->componentRegistrar = $componentRegistrar;
73
}
74
75
-
76
protected function interact(InputInterface $input, OutputInterface $output)
77
{
78
if (!$input->getArgument('theme')) {
0 commit comments