Skip to content

Commit 9a46f7f

Browse files
committed
Fix issue with different phpstan/phpdoc-parser in the project
1 parent 87897c2 commit 9a46f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/Console/CompileCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ private function buildPreloadScript(): void
132132
$output = '';
133133
foreach ($finder->files()->name('*.php')->in([
134134
$vendorDir . '/nikic/php-parser/lib/PhpParser',
135+
$vendorDir . '/phpstan/phpdoc-parser/src',
135136
]) as $phpFile) {
136137
$realPath = $phpFile->getRealPath();
137138
if ($realPath === false) {

0 commit comments

Comments
 (0)