We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ca427 commit 09c7131Copy full SHA for 09c7131
compiler/src/Console/CompileCommand.php
@@ -201,6 +201,7 @@ private function buildPreloadScript(): void
201
$output = '';
202
foreach ($finder->files()->name('*.php')->in([
203
$this->buildDir . '/src',
204
+ $this->buildDir . '/stubs/runtime',
205
$vendorDir . '/nikic/php-parser/lib/PhpParser',
206
$vendorDir . '/phpstan/phpdoc-parser/src',
207
$vendorDir . '/ondrejmirtes/better-reflection/src',
0 commit comments