Skip to content

Commit

Permalink
Adding some debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Sep 12, 2023
1 parent a58feb4 commit 0d613b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CodeCheckerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

// Add the files to process.
foreach ($files as $file) {
$output->writeln(sprintf('Adding file ', $file));
$output->writeln(sprintf('Adding file %s', $file));
$cmd[] = $file;
}

Expand Down

0 comments on commit 0d613b0

Please sign in to comment.