Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Feb 5, 2025
1 parent 69b2e4c commit 560aa92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function configure()
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
// Normalize class name to exclude leading slashes; a FQCN doesn't need it:
// Normalize class name to exclude leading slashes; a FQCN doesn't need them:
$class = ltrim($input->getArgument('class_name'), '\\');
$target = $input->getArgument('target_module');
$extendFactory = $input->getOption('extendfactory');
Expand Down

0 comments on commit 560aa92

Please sign in to comment.