Don't parse the content of vendor

This commit is contained in:
Maxim.Kolmakov 2019-06-25 18:50:58 +02:00
parent 2d01e2e466
commit d15841b410
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ use const PHP_EOL;
continue;
}
if (in_array($directoryInfo->getBasename(), ['tests', 'meta'], true)) {
if (in_array($directoryInfo->getBasename(), ['tests', 'meta', 'vendor'], true)) {
continue;
}