We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fea15d commit a758cf3Copy full SHA for a758cf3
src/Command/FixerApplication.php
@@ -339,7 +339,9 @@ private function downloadPhar(
339
$dnsConfig->nameservers = $this->dnsServers;
340
341
$loop = new StreamSelectLoop();
342
- Loop::set($loop); // @phpstan-ignore staticMethod.internal (required because of the await() call below)
+
343
+ // @phpstan-ignore staticMethod.internal (required because of the await() call below)
344
+ Loop::set($loop);
345
346
$client = new Browser(
347
new Connector(
0 commit comments