From ec39f02c73f15c66e42f6af15f31009b87d2dd61 Mon Sep 17 00:00:00 2001 From: Mike Churchward Date: Tue, 12 Sep 2023 10:53:11 -0400 Subject: [PATCH] Adding some debugging. --- src/Command/CodeCheckerCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Command/CodeCheckerCommand.php b/src/Command/CodeCheckerCommand.php index 8fc34fd..13d27d5 100644 --- a/src/Command/CodeCheckerCommand.php +++ b/src/Command/CodeCheckerCommand.php @@ -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; }