Skip to content

Commit 09c7131

Browse files
committed
Preload runtime stubs
1 parent 43ca427 commit 09c7131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/Console/CompileCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ private function buildPreloadScript(): void
201201
$output = '';
202202
foreach ($finder->files()->name('*.php')->in([
203203
$this->buildDir . '/src',
204+
$this->buildDir . '/stubs/runtime',
204205
$vendorDir . '/nikic/php-parser/lib/PhpParser',
205206
$vendorDir . '/phpstan/phpdoc-parser/src',
206207
$vendorDir . '/ondrejmirtes/better-reflection/src',

0 commit comments

Comments
 (0)