Skip to content

Commit a758cf3

Browse files
committed
Fix build
1 parent 2fea15d commit a758cf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Command/FixerApplication.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ private function downloadPhar(
339339
$dnsConfig->nameservers = $this->dnsServers;
340340

341341
$loop = new StreamSelectLoop();
342-
Loop::set($loop); // @phpstan-ignore staticMethod.internal (required because of the await() call below)
342+
343+
// @phpstan-ignore staticMethod.internal (required because of the await() call below)
344+
Loop::set($loop);
343345

344346
$client = new Browser(
345347
new Connector(

0 commit comments

Comments
 (0)