Skip to content

Commit a1b440f

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents e2646b1 + 074a379 commit a1b440f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)