Skip to content

Commit 8e54658

Browse files
committed
Issue bot - use FNSR
1 parent e73a0dc commit 8e54658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

issue-bot/src/Console/RunCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private function analyseHash(OutputInterface $output, int $phpVersion, Playgroun
111111
$output->writeln(sprintf('Starting analysis of %s', $hash));
112112

113113
$startTime = microtime(true);
114+
putenv("PHPSTAN_FNSR=1");
114115
exec(implode(' ', $commandArray), $outputLines, $exitCode);
115116
$elapsedTime = microtime(true) - $startTime;
116117
$output->writeln(sprintf('Analysis of %s took %.2f s', $hash, $elapsedTime));

0 commit comments

Comments
 (0)