Skip to content

Commit 2226259

Browse files
committed
Revert "Issue bot - use FNSR"
This reverts commit d83934e.
1 parent 5a285c8 commit 2226259

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

issue-bot/src/Console/RunCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use function implode;
2121
use function is_file;
2222
use function microtime;
23-
use function putenv;
2423
use function serialize;
2524
use function sha1;
2625
use function sprintf;
@@ -112,7 +111,6 @@ private function analyseHash(OutputInterface $output, int $phpVersion, Playgroun
112111
$output->writeln(sprintf('Starting analysis of %s', $hash));
113112

114113
$startTime = microtime(true);
115-
putenv('PHPSTAN_FNSR=1');
116114
exec(implode(' ', $commandArray), $outputLines, $exitCode);
117115
$elapsedTime = microtime(true) - $startTime;
118116
$output->writeln(sprintf('Analysis of %s took %.2f s', $hash, $elapsedTime));

0 commit comments

Comments
 (0)