Skip to content

Commit 3a8d6e3

Browse files
committedFeb 22, 2025··
fix: code style violations
1 parent 2e4349c commit 3a8d6e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/N98/Magento/Command/Developer/Theme/BuildHyvaThemeCommand.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@ public function inject(
6565
ThemeCollection $themeCollection,
6666
State $state,
6767
ComponentRegistrarInterface $componentRegistrar
68-
)
69-
{
68+
) {
7069
$this->themeCollection = $themeCollection;
7170
$this->state = $state;
7271
$this->componentRegistrar = $componentRegistrar;
7372
}
7473

75-
7674
protected function interact(InputInterface $input, OutputInterface $output)
7775
{
7876
if (!$input->getArgument('theme')) {

0 commit comments

Comments
 (0)
Please sign in to comment.