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 bdeedb4 commit e5789d3Copy full SHA for e5789d3
compiler/build/scoper.inc.php
@@ -43,6 +43,7 @@
43
'prefix' => $prefix,
44
'finders' => [],
45
'exclude-files' => $stubs,
46
+ 'php-version' => '7.4',
47
'patchers' => [
48
function (string $filePath, string $prefix, string $content): string {
49
if ($filePath !== 'bin/phpstan') {
0 commit comments