Skip to content

Commit

Permalink
Remove ignored vcs ignored files
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer committed Aug 10, 2020
1 parent 64c3440 commit ae2ba8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser/PHP/PHPUsageParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public function scan(string $baseDir, SymfonyStyle $io): ResultInterface
->ignoreDotFiles(true)
->ignoreUnreadableDirs()
->ignoreVCS(true)
->ignoreVCSIgnored(true)
->exclude(
array_merge(['vendor'], $this->excludes)
);
Expand Down

0 comments on commit ae2ba8c

Please sign in to comment.