Skip to content

Commit d8709c9

Browse files
ondrejmirtesphpstan-bot
authored andcommitted
Fix build
1 parent e4a6a08 commit d8709c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Command/FixerApplication.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ private function getFixerProcess(OutputInterface $output, int $serverPort): Proc
295295
return new Process(sprintf('%s -d memory_limit=%s %s --port %d', escapeshellarg(PHP_BINARY), escapeshellarg(ini_get('memory_limit')), escapeshellarg($pharPath), $serverPort), env: $env, fds: []);
296296
}
297297

298+
/**
299+
* @throws GuzzleException
300+
*/
298301
private function downloadPhar(
299302
OutputInterface $output,
300303
string $pharPath,

0 commit comments

Comments
 (0)