Skip to content

Commit

Permalink
PHAR compiler - preload src/ too
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 13, 2020
1 parent 9f0abd7 commit ca70ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/Console/CompileCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ private function buildPreloadScript(): void
}
$output = '';
foreach ($finder->files()->name('*.php')->in([
$this->buildDir . '/src',
$vendorDir . '/nikic/php-parser/lib/PhpParser',
$vendorDir . '/phpstan/phpdoc-parser/src',
]) as $phpFile) {
Expand Down

0 comments on commit ca70ff0

Please sign in to comment.