Skip to content

Commit 4988af7

Browse files
committed
space
1 parent e922f49 commit 4988af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/CheckCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
119119
$this->symfonyStyle->title('1. Finding used classes');
120120
$progressBar = $this->symfonyStyle->createProgressBar(count($phpFilePaths));
121121
}
122+
122123
$usedNames = $this->resolveUsedClassNames($phpFilePaths, $progressBar);
123124

124125
$this->symfonyStyle->newLine(2);
@@ -128,6 +129,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
128129
$this->symfonyStyle->title('2. Extracting existing files with classes');
129130
$progressBar = $this->symfonyStyle->createProgressBar(count($phpFilePaths));
130131
}
132+
131133
$existingFilesWithClasses = $this->classNamesFinder->resolveClassNamesToCheck($phpFilePaths, $progressBar);
132134

133135
$this->symfonyStyle->newLine(2);

0 commit comments

Comments
 (0)