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 f48f6d5 commit ec39f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CodeCheckerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

// Add the files to process.
foreach ($files as $file) {
$this->outputHeading($file, "Adding file %s");
$cmd[] = $file;
}

Expand Down

0 comments on commit ec39f02

Please sign in to comment.