Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 11, 2024
1 parent d9cc12d commit 5a44f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/DevToolCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ protected function appendAutoloadDevToComposer(array $content, Filesystem $files
));
} else {
$this->components->twoColumnDetail(
\sprintf('Composer already contain [%s] path to use [%s] namespace', $path, $autoloads[$path]),
\sprintf('Composer already contain [%s] path assigned to [%s] namespace', $path, $autoloads[$path]),
'<fg=yellow;options=bold>SKIPPED</>'
);
}
Expand Down

0 comments on commit 5a44f51

Please sign in to comment.